mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-17 07:37:00 +00:00
add libgl to github actions apt
This commit is contained in:
parent
bc80f289a8
commit
1c34249d21
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
||||||
sudo apt install -y ninja-build clang lld cmake ccache \
|
sudo apt install -y ninja-build clang lld cmake ccache \
|
||||||
libx11-dev libxext-dev libxrandr-dev libxcursor-dev \
|
libx11-dev libxext-dev libxrandr-dev libxcursor-dev \
|
||||||
libxi-dev libxinerama-dev libwayland-dev libxkbcommon-dev \
|
libxi-dev libxinerama-dev libwayland-dev libxkbcommon-dev \
|
||||||
wayland-protocols git
|
wayland-protocols git libgl1-mesa-glx libglu1-mesa-dev
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
run: cmake -G Ninja -B ${{env.BUILD_DIR}} -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
|
run: cmake -G Ninja -B ${{env.BUILD_DIR}} -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue