Skip to content

Commit 8cdeb6f

Browse files
committed
Update test-build.yml
1 parent 9e9811f commit 8cdeb6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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
31+
sudo apt-get install -y build-essential libboost-all-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev
3232
mkdir -p build && cd build
3333
cmake -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} ..
3434
make

0 commit comments

Comments
 (0)