Update apt package list before installing deps in CI

This commit is contained in:
Simon Edwards 2021-08-29 09:38:08 +02:00
parent 907acb5ad2
commit e6f838375a

View File

@ -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