ci: ensure linux runners have the proper OpenGL headers (#2790)

This commit is contained in:
Tyler Wilding 2023-07-01 01:09:09 -05:00 committed by GitHub
parent 436bac83ec
commit 98bb40d618
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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