Skip to content

Commit b6d91d0

Browse files
committed
fix: Update Linux build environment setup in GitHub Actions
1 parent 5910a87 commit b6d91d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
elif [ "$RUNNER_OS" == "Linux" ]; then
2929
sudo apt-get update
3030
sudo apt-get install -y build-essential --no-install-recommends
31-
sudo apt-get install libglfw3-dev -y
31+
sudo apt-get install pkg-config libglfw3-dev libgl1-mesa-dev xorg-dev -y
3232
elif [ "$RUNNER_OS" == "macOS" ]; then
3333
brew update
3434
fi

0 commit comments

Comments
 (0)