mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 00:23:34 +02:00
Restore apt install of packages
This commit is contained in:
parent
a4be6bab4e
commit
0058f42ab8
1 changed files with 3 additions and 0 deletions
3
.github/workflows/cmake.yml
vendored
3
.github/workflows/cmake.yml
vendored
|
@ -153,6 +153,9 @@ jobs:
|
|||
run: cmake --build . --config $BUILD_TYPE --target package
|
||||
#build_full_linux:
|
||||
|
||||
- name: Install apt packages (Linux)
|
||||
if: matrix.os == 'ubuntu-latest' && (github.event.action != 'labeled' || github.event.label.name == 'rebuild-linux' || github.event.label.name == 'rebuild')
|
||||
run: sudo apt install -y mesa-common-dev libegl1 libglvnd-dev libdouble-conversion1 libpulse0
|
||||
- name: Configure CMake (Linux)
|
||||
if: matrix.os == 'ubuntu-latest' && (github.event.action != 'labeled' || github.event.label.name == 'rebuild-linux' || github.event.label.name == 'rebuild')
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue