We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a7c236 commit 7e96e37Copy full SHA for 7e96e37
.github/workflows/Tests.yml
@@ -38,10 +38,9 @@ jobs:
38
- uses: actions/checkout@v2
39
with:
40
submodules: recursive
41
-
42
- name: Install Linux Dependencies
43
if: runner.os == 'Linux'
44
- run: sudo apt-get install xorg-dev libglu1-mesa-dev -y
+ run: sudo apt-get install libasound2-dev libx11-dev libxrandr-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libxcursor-dev libxinerama-dev -y
45
46
- name: Configure
47
run: cmake -B build -S . -DBUILD_TESTING=ON -DCMAKE_CXX_FLAGS="-Wall -Wextra -Wpedantic" ${{ matrix.platform.flags }} ${{ matrix.type.flags }} ${{ matrix.config.flags }}
0 commit comments