Skip to content

Commit 39edc4e

Browse files
committed
fix release job
1 parent 3f26303 commit 39edc4e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
- uses: actions/setup-node@v2
1313
with:
1414
node-version: '14.x'
15-
- run: yarn
15+
- name: Install ubuntu deps
16+
run: sudo apt install mesa-common-dev libglu1-mesa-dev
17+
- run: npm install
1618
- run: npm publish
1719
env:
1820
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)