Skip to content

Commit 84b9430

Browse files
committed
Update test-build.yml
1 parent 8cdeb6f commit 84b9430

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
if: runner.os == 'Linux'
2929
run: |
3030
sudo apt-get update || true
31-
sudo apt-get install -y build-essential libboost-all-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev
31+
sudo apt-get install -y build-essential libboost-all-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev \
32+
libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev
33+
3234
mkdir -p build && cd build
3335
cmake -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} ..
3436
make

0 commit comments

Comments
 (0)