Skip to content

Commit

Permalink
GitHub: update CMake on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
corporateshark committed Aug 4, 2024
1 parent 5cd8b62 commit 74e7db4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ jobs:
sudo sed -i 's/azure\.//' /etc/apt/sources.list
sudo apt-get update
sudo apt-get install -y gcc-12 clang-15 xorg-dev libxinerama-dev libxcursor-dev libgles2-mesa-dev libegl1-mesa-dev libglfw3-dev libglew-dev libstdc++-12-dev extra-cmake-modules libxkbcommon-x11-dev wayland-protocols
sudo apt remove cmake -y
sudo pip install cmake --upgrade
- name: Prepare Vulkan SDK
uses: humbletim/setup-vulkan-sdk@v1.2.0
Expand Down

0 comments on commit 74e7db4

Please sign in to comment.