Skip to content

Commit

Permalink
fixed missing Cups dependency for Qt6PrintSupport in CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Sep 29, 2024
1 parent e766283 commit 52d4f9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
sudo apt-get install -y cmake make
sudo apt-get install -y libpcre3-dev
sudo apt-get install -y libffi7 # work around missing dependency for Qt install step
sudo apt-get install -y libcups2-dev # required for Qt6PrintSupport in CMake since Qt 6.7.3
- name: Install clang
run: |
Expand Down

0 comments on commit 52d4f9f

Please sign in to comment.