Skip to content

Commit

Permalink
Fix building - due to missing dependency
Browse files Browse the repository at this point in the history
It seems like Qt6.8 needs cups to build.
  • Loading branch information
diegoiast committed Nov 30, 2024
1 parent 7b3d9e7 commit 95586a2
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 @@ -50,7 +50,7 @@ jobs:
if: startsWith (matrix.config.os, 'ubuntu')
run: |
echo "DISTRIBUTION=AppImage" >> "$GITHUB_ENV"
sudo apt-get install libxkbcommon-dev libxkbcommon-x11-0 fuse libxcb-cursor-dev
sudo apt-get install libxkbcommon-dev libxkbcommon-x11-0 fuse libxcb-cursor-dev libcups2-dev
- name: Setup VS tools (Windows)
if: startsWith (matrix.config.os, 'windows')
Expand Down

0 comments on commit 95586a2

Please sign in to comment.