Skip to content
Snippets Groups Projects
Verified Commit 671ccb23 authored by Tobias Frisch's avatar Tobias Frisch
Browse files

Hopefully fix the linux CI

parent e7c57e6c
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ jobs: ...@@ -25,7 +25,7 @@ jobs:
run: | run: |
sudo apt-get -qq update sudo apt-get -qq update
sudo apt-get -qq install ninja-build cmake extra-cmake-modules g++ 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 - name: Build framework
run: | run: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment