Skip to content

Commit 8d92ecb

Browse files
committed
test
1 parent 5fa9860 commit 8d92ecb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/iwyu.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,10 @@ 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+
dnf install -y wget
79+
wget https://kojipkgs.fedoraproject.org//packages/iwyu/0.26/2.fc45/x86_64/iwyu-0.26-2.fc45.x86_64.rpm
80+
dnf install -y iwyu-0.26-2.fc45.x86_64.rpm
7881
ln -s iwyu_tool.py /usr/bin/iwyu_tool
7982
8083
- name: Install missing software on Fedora (libc++)

0 commit comments

Comments
 (0)