Update apt package list before installing deps in CI
This commit is contained in:
parent
907acb5ad2
commit
e6f838375a
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -14,6 +14,7 @@ jobs:
|
||||
with:
|
||||
node-version: '16.x'
|
||||
- name: Install ubuntu deps
|
||||
run: sudo apt update
|
||||
run: sudo apt install mesa-common-dev libglu1-mesa-dev
|
||||
- run: yarn install
|
||||
- run: echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' >> .npmrc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user