We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f26303 commit 39edc4eCopy full SHA for 39edc4e
1 file changed
.github/workflows/release.yml
@@ -12,7 +12,9 @@ jobs:
12
- uses: actions/setup-node@v2
13
with:
14
node-version: '14.x'
15
- - run: yarn
+ - name: Install ubuntu deps
16
+ run: sudo apt install mesa-common-dev libglu1-mesa-dev
17
+ - run: npm install
18
- run: npm publish
19
env:
20
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
0 commit comments