Skip to content

Commit

Permalink
Fix Github Actions (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
floppyhammer committed May 10, 2024
1 parent fa1dfbc commit 27afd9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
submodules: recursive

- name: Install GLFW dependency
run: sudo apt-get install libxinerama-dev;
sudo apt-get install libxcursor-dev
run: sudo apt-get install xorg-dev

- name: Prepare Vulkan SDK
uses: humbletim/[email protected]
Expand Down

0 comments on commit 27afd9b

Please sign in to comment.