Skip to content

Commit

Permalink
Even more CI deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sarcasticnature committed Feb 27, 2024
1 parent 7bf7a68 commit 74fe51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Deps
run: |
sudo apt-get update
sudo apt-get install libxrandr-dev libxinerama-dev
sudo apt-get install libxrandr-dev libxinerama-dev libxcursor-dev
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit 74fe51e

Please sign in to comment.