diff --git a/.github/workflows/iwyu.yml b/.github/workflows/iwyu.yml index 15089ae2fb75..41b555f2869c 100644 --- a/.github/workflows/iwyu.yml +++ b/.github/workflows/iwyu.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - image: ["opensuse/tumbleweed:latest"] # "opensuse/tumbleweed:latest" / "fedora:latest" / "debian:unstable" / "archlinux:latest" + image: ["archlinux:latest"] # "opensuse/tumbleweed:latest" / "fedora:latest" / "debian:unstable" / "archlinux:latest" runs-on: ubuntu-22.04 @@ -41,7 +41,7 @@ jobs: set -x pacman -Sy pacman -S cmake make clang pcre --noconfirm - pacman -S qt6-base qt6-tools qt6-charts --noconfirm + #pacman -S qt6-base qt6-tools qt6-charts --noconfirm pacman -S wget --noconfirm pacman-key --init pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com