We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a4b19 commit 62127a8Copy full SHA for 62127a8
.github/workflows/iwyu.yml
@@ -61,6 +61,7 @@ jobs:
61
dnf install -y cmake clang pcre-devel
62
dnf install -y libglvnd-devel # fixes missing dependency for Qt in CMake
63
dnf install -y p7zip-plugins # required as fallback for py7zr in Qt installation
64
+ dnf install -y cups-devel # required for Qt6PrintSupport in CMake since Qt 6.7.3
65
dnf install -y iwyu
66
ln -s iwyu_tool.py /usr/bin/iwyu_tool
67
@@ -141,6 +142,7 @@ jobs:
141
142
run: |
143
sudo apt-get update
144
sudo apt-get install -y cmake make libpcre3-dev
145
+ sudo apt-get install -y libcups2-dev # required for Qt6PrintSupport in CMake since Qt 6.7.3
146
sudo apt-get install -y libgl-dev # missing dependency for using Qt in CMake
147
148
- name: Install clang
0 commit comments