Skip to content

Commit

Permalink
Try to add cups to system packages to fix Qt dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vivaladav authored Nov 21, 2024
1 parent c93ba12 commit 53a69ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
COMMAND sudo apt update
)
execute_process(
COMMAND sudo apt install libgl1-mesa-dev
COMMAND sudo apt install libgl1-mesa-dev cups
RESULT_VARIABLE result
)
if (NOT result EQUAL 0)
Expand Down

0 comments on commit 53a69ef

Please sign in to comment.