Skip to content

Commit

Permalink
qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Apr 14, 2024
1 parent 43d6b5a commit 32a5c82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/iwyu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
if: ${{ github.repository_owner == 'danmar' }}
Expand All @@ -37,8 +37,8 @@ jobs:
run: |
set -x
pacman -Sy
pacman -S cmake make gcc pcre --noconfirm
pacman -S qt5-base qt5-tools qt5-charts --noconfirm
pacman -S cmake make clang pcre --noconfirm
pacman -S qt6-base --noconfirm # qt5-tools qt5-charts --noconfirm
pacman -S wget --noconfirm
pacman-key --init
pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com
Expand Down

0 comments on commit 32a5c82

Please sign in to comment.