Merge pull request #16575 from highfidelity/hd23408-apt-update

Add apt update step
This commit is contained in:
Brad Hefta-Gaub 2019-12-13 15:52:34 -08:00 committed by GitHub
commit 7be921ad88
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