Skip to content

Commit

Permalink
Hopefully fix the linux CI
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Frisch <tfrisch@uni-koblenz.de>
  • Loading branch information
TheJackiMonster committed Jul 24, 2024
1 parent e7c57e6 commit 671ccb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
sudo apt-get -qq update
sudo apt-get -qq install ninja-build cmake extra-cmake-modules g++
sudo apt-get -qq install libvulkan-dev xorg-dev libwayland-bin libwayland-client0 libwayland-cursor0 libwayland-egl1 libxkbcommon0
sudo apt-get -qq install libvulkan-dev xorg-dev libwayland-dev
- name: Build framework
run: |
Expand Down

0 comments on commit 671ccb2

Please sign in to comment.