Skip to content

Commit

Permalink
Add libxcursor-dev to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ufrshubham committed Dec 7, 2023
1 parent 5c0e10a commit c1d85f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Get dependencies
if: matrix.os == 'ubuntu-latest'
run: sudo apt update && sudo apt install -y libudev-dev libopenal-dev libvorbis-dev libflac-dev libxrandr-dev libfreetype6-dev make libgl1-mesa-dev
run: sudo apt update && sudo apt install -y libudev-dev libopenal-dev libvorbis-dev libflac-dev libxrandr-dev libfreetype6-dev make libgl1-mesa-dev libxcursor-dev

- name: Configure CMake
shell: bash
Expand Down

0 comments on commit c1d85f7

Please sign in to comment.