mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
Restore apt packages for GHA build
This commit is contained in:
parent
35fe7fe00c
commit
99eadd1cdd
1 changed files with 2 additions and 0 deletions
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
|
@ -207,6 +207,8 @@ jobs:
|
|||
fetch-depth: 1
|
||||
- name: Install python modules
|
||||
run: pip install awscli boto3 PyGithub
|
||||
- name: Install apt packages
|
||||
run: sudo apt install -y mesa-common-dev libegl1 libglvnd-dev libdouble-conversion1 libpulse0
|
||||
- name: Create Build Environment
|
||||
run: cmake -E make_directory ${{runner.workspace}}/build
|
||||
- name: Configure CMake (Linux)
|
||||
|
|
Loading…
Reference in a new issue