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

Fix GLFW dependencies

parent a82b7cac
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get -qq update
sudo apt-get -qq install libvulkan-dev libvulkan1 libxrandr-dev libxrandr2
sudo apt-get -qq install libvulkan-dev xorg-dev
- name: Build framework
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