Skip to content

Commit 7e96e37

Browse files
authored
test: Fix Linux dependencies (#262)
1 parent 8a7c236 commit 7e96e37

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/Tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ jobs:
3838
- uses: actions/checkout@v2
3939
with:
4040
submodules: recursive
41-
4241
- name: Install Linux Dependencies
4342
if: runner.os == 'Linux'
44-
run: sudo apt-get install xorg-dev libglu1-mesa-dev -y
43+
run: sudo apt-get install libasound2-dev libx11-dev libxrandr-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libxcursor-dev libxinerama-dev -y
4544

4645
- name: Configure
4746
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

Comments
 (0)