From e9517a05207eed8a88575788b13815dd7a816eb0 Mon Sep 17 00:00:00 2001 From: firewave Date: Sun, 14 Apr 2024 23:47:10 +0200 Subject: [PATCH] qt6 --- .github/workflows/iwyu.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/iwyu.yml b/.github/workflows/iwyu.yml index 29c13bbcc67b..1c53353d644d 100644 --- a/.github/workflows/iwyu.yml +++ b/.github/workflows/iwyu.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - image: ["debian:unstable"] # "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' }} @@ -53,7 +53,7 @@ jobs: - name: Install missing software on Fedora if: contains(matrix.image, 'fedora') run: | - dnf install -y cmake gcc-c++ pcre-devel + dnf install -y cmake clang pcre-devel dnf install -y qt6-qtbase-devel qt6-qttools-devel qt6-qtcharts-devel dnf install -y wget iwyu ln -s iwyu_tool.py /usr/bin/iwyu_tool