Skip to content

Commit df62b11

Browse files
committed
test
1 parent 5fa9860 commit df62b11

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/iwyu.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ jobs:
7474
dnf install -y python3-pip # fixes missing pip module in jurplel/install-qt-action
7575
dnf install -y python3-devel # fixes building of wheels for jurplel/install-qt-action
7676
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
77-
dnf install -y iwyu
77+
#dnf install -y iwyu
78+
wget https://kojipkgs.fedoraproject.org//packages/iwyu/0.26/2.fc45/x86_64/iwyu-0.26-2.fc45.x86_64.rpm
79+
dnf install iwyu-0.26-2.fc45.x86_64.rpm
7880
ln -s iwyu_tool.py /usr/bin/iwyu_tool
7981
8082
- name: Install missing software on Fedora (libc++)

0 commit comments

Comments
 (0)