Skip to content

Commit

Permalink
ci: try fix linux glew build error
Browse files Browse the repository at this point in the history
  • Loading branch information
tomezpl committed Oct 13, 2024
1 parent 52f3a8f commit 1a7e06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sudo apt install git

# OpenGL
echo "Installing OpenGL and Xorg dependencies"
sudo apt install libopengl-dev libgl-dev libgl1-mesa-dev libgl1-mesa-glx libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev libwayland-dev libxkbcommon-dev
sudo apt install libopengl-dev libgl-dev libgl1-mesa-dev libgl1-mesa-glx libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev libwayland-dev libxkbcommon-dev pkg-config

# VCPKG
echo "Installing vcpkg"
Expand Down

0 comments on commit 1a7e06c

Please sign in to comment.