Skip to content

Commit

Permalink
Fix CI Ubuntu build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrePTJ committed May 2, 2023
1 parent e68361b commit 221e181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# OS dependencies
- if: contains(matrix.os, 'ubuntu')
name: Install Linux dev dependencies
run: sudo apt install libxss-dev libxkbcommon-x11-dev
run: sudo apt install libxss-dev libxkbcommon-x11-dev libxcb-cursor-dev

# Build
- name: Configure
Expand Down

0 comments on commit 221e181

Please sign in to comment.