Add apt update atep

Adding a step to refresh the apt repository index for linux builds
This commit is contained in:
Maia Hansen 2019-12-13 15:49:01 -08:00 committed by GitHub
parent bb68f92d3e
commit 5c0792d5f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,6 +104,8 @@ jobs:
with:
submodules: true
fetch-depth: 1
- name: Update apt repository index
run: sudo apt update
- name: Install apt packages
run: sudo apt install -y mesa-common-dev libegl1 libglvnd-dev libdouble-conversion1 libpulse0
- name: Install python modules