We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c5c0d commit b2a6fb5Copy full SHA for b2a6fb5
1 file changed
.github/workflows/iwyu.yml
@@ -59,7 +59,7 @@ jobs:
59
dnf install -y libglvnd-devel # fixes missing dependency for Qt in CMake
60
dnf install -y p7zip-plugins # required as fallback for py7zr in Qt installation
61
dnf install -y cups-devel # required for Qt6PrintSupport in CMake since Qt 6.7.3
62
- dnf install -y cairo-devel gtk3-devel libcurl-devel lua-devel openssl-devel python3-devel sqlite-devel boost-devel cppunit-devel libsigc++-devel # for strict cfg checks
+ dnf install -y cairo-devel gtk3-devel libcurl-devel lua-devel openssl-devel python3-devel sqlite-devel boost-devel cppunit-devel libsigc++20-devel # for strict cfg checks
63
dnf install -y iwyu
64
ln -s iwyu_tool.py /usr/bin/iwyu_tool
65
0 commit comments