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

Add libxrandr to Github workflow to build GLFW

parent 4331b75d
No related branches found
No related tags found
No related merge requests found
......@@ -23,11 +23,11 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get -qq update
sudo apt-get -qq install libvulkan-dev libvulkan1
sudo apt-get -qq install libvulkan-dev libvulkan1 libxrandr-dev libxrandr2
- name: Build framework
run: |
mkdir build
cd build
cmake ..
make -j $(nproc)
\ No newline at end of file
make -j $(nproc)
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