mirror of
https://github.com/open-goal/jak-project.git
synced 2024-11-23 14:20:07 +00:00
ci: ensure linux runners have the proper OpenGL headers (#2790)
This commit is contained in:
parent
436bac83ec
commit
98bb40d618
2
.github/workflows/linux-build-clang.yaml
vendored
2
.github/workflows/linux-build-clang.yaml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
sudo apt install build-essential cmake
|
||||
clang gcc g++ lcov make nasm libxrandr-dev
|
||||
libxinerama-dev libxcursor-dev libpulse-dev
|
||||
libxi-dev zip ninja-build
|
||||
libxi-dev zip ninja-build libgl1-mesa-dev
|
||||
|
||||
- name: Setup Buildcache
|
||||
uses: mikehardy/buildcache-action@v2.1.0
|
||||
|
2
.github/workflows/linux-build-gcc.yaml
vendored
2
.github/workflows/linux-build-gcc.yaml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
sudo apt install build-essential cmake
|
||||
clang gcc g++ lcov make nasm libxrandr-dev
|
||||
libxinerama-dev libxcursor-dev libpulse-dev
|
||||
libxi-dev zip ninja-build
|
||||
libxi-dev zip ninja-build libgl1-mesa-dev
|
||||
|
||||
- name: Setup Buildcache
|
||||
uses: mikehardy/buildcache-action@v2.1.0
|
||||
|
Loading…
Reference in New Issue
Block a user