8000
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.
jurplel/install-qt-action
1 parent f537feb commit 6a71e3bCopy full SHA for 6a71e3b
.github/workflows/iwyu.yml
@@ -73,6 +73,8 @@ jobs:
73
dnf install -y cmake clang pcre-devel
74
dnf install -y libglvnd-devel # fixes missing dependency for Qt in CMake
75
dnf install -y p7zip-plugins # required as fallback for py7zr in Qt installation
76
+ dnf install -y python3-pip # fixes missing pip module in jurplel/install-qt-action
77
+ dnf install -y python3-devel # fixes building of wheels for jurplel/install-qt-action
78
dnf install -y iwyu
79
ln -s iwyu_tool.py /usr/bin/iwyu_tool
80
0 commit comments