Skip to content

Commit

Permalink
Add libcups2-dev to Linux packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vivaladav authored Nov 21, 2024
1 parent 303f50b commit 47f60cf
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 cups libcups2
COMMAND sudo apt install libgl1-mesa-dev cups libcups2 libcups2-dev
RESULT_VARIABLE result
)
if (NOT result EQUAL 0)
Expand Down

0 comments on commit 47f60cf

Please sign in to comment.