Skip to content

Commit

Permalink
Update test-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LiangliangNan committed Jan 13, 2025
1 parent 8cdeb6f commit 84b9430
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get update || true
sudo apt-get install -y build-essential libboost-all-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev
sudo apt-get install -y build-essential libboost-all-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev \
libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev
mkdir -p build && cd build
cmake -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} ..
make
Expand Down

0 comments on commit 84b9430

Please sign in to comment.