Skip to content

Commit

Permalink
skip
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Oct 6, 2024
1 parent ed04c35 commit f7fcf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/iwyu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
dnf install -y libglvnd-devel # fixes missing dependency for Qt in CMake
dnf install -y p7zip-plugins # required as fallback for py7zr in Qt installation
dnf install -y cups-devel # required for Qt6PrintSupport in CMake since Qt 6.7.3
dnf install -y cairo-devel gtk3-devel libcurl-devel lua-devel openssl-devel python3-devel # for strict cfg checks
dnf install -y cairo-devel gtk3-devel libcurl-devel lua-devel openssl-devel python3-devel sqlite-devel # for strict cfg checks
dnf install -y iwyu
ln -s iwyu_tool.py /usr/bin/iwyu_tool
Expand Down

0 comments on commit f7fcf21

Please sign in to comment.