Skip to content

Commit

Permalink
iwyu.yml: switched to Fedora to get the latest include-what-you-use
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed May 21, 2024
1 parent 9990975 commit c9a726c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/iwyu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
image: ["archlinux:latest"] # "opensuse/tumbleweed:latest" / "fedora:latest" / "debian:unstable" / "archlinux:latest"
image: ["fedora:latest"] # "opensuse/tumbleweed:latest" / "fedora:latest" / "debian:unstable" / "archlinux:latest"

runs-on: ubuntu-22.04
if: ${{ github.repository_owner == 'danmar' }}
Expand Down Expand Up @@ -59,6 +59,7 @@ jobs:
run: |
dnf install -y cmake clang pcre-devel
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 iwyu
ln -s iwyu_tool.py /usr/bin/iwyu_tool
Expand Down

0 comments on commit c9a726c

Please sign in to comment.