Skip to content

Commit

Permalink
Update cmake-worker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrsRina authored Apr 8, 2024
1 parent 0abdb31 commit 20b4daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-jammy.list http://packages.lunarg.com/vulkan/lunarg-vulkan-jammy.list
sudo apt-get update
sudo apt-get install libfreetype6-dev vulkan-sdk libsdl2-dev libglew-dev mingw-w64 g++-mingw-w64
sudo apt-get install libfreetype6-dev vulkan-sdk libsdl2-dev libglew-dev mingw-w64 g++-mingw-w64 libgl1-mesa-dev
wget https://github.com/libsdl-org/SDL/releases/download/release-2.30.2/SDL2-devel-2.30.2-mingw.zip
unzip ./SDL2-devel-2.30.2-mingw.zip
Expand Down

0 comments on commit 20b4daf

Please sign in to comment.