8000 iwyu.yml: fixed `jurplel/install-qt-action` on Fedora 42 [skip ci] (#… · firewave/cppcheck@6a71e3b · GitHub
[go: up one dir, main page]

Skip to content

Commit 6a71e3b

Browse files
authored
iwyu.yml: fixed jurplel/install-qt-action on Fedora 42 [skip ci] (danmar#7473)
1 parent f537feb commit 6a71e3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/iwyu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
dnf install -y cmake clang pcre-devel
7474
dnf install -y libglvnd-devel # fixes missing dependency for Qt in CMake
7575
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
7678
dnf install -y iwyu
7779
ln -s iwyu_tool.py /usr/bin/iwyu_tool
7880

0 commit comments

Comments
 (0)
0