We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5910a87 commit b6d91d0Copy full SHA for b6d91d0
1 file changed
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
elif [ "$RUNNER_OS" == "Linux" ]; then
29
sudo apt-get update
30
sudo apt-get install -y build-essential --no-install-recommends
31
- sudo apt-get install libglfw3-dev -y
+ sudo apt-get install pkg-config libglfw3-dev libgl1-mesa-dev xorg-dev -y
32
elif [ "$RUNNER_OS" == "macOS" ]; then
33
brew update
34
fi
0 commit comments