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 32a5c82 commit a9ff541
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 @@ -38,7 +38,7 @@ jobs:
set -x
pacman -Sy
pacman -S cmake make clang pcre --noconfirm
pacman -S qt6-base --noconfirm # qt5-tools qt5-charts --noconfirm
pacman -S qt6-base qt6-tools --noconfirm # qt5-charts
pacman -S wget --noconfirm
pacman-key --init
pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com
Expand All @@ -49,6 +49,7 @@ jobs:
pacman -Sy
pacman -S include-what-you-use --noconfirm
ln -s iwyu-tool /usr/sbin/iwyu_tool
ln -s qt6 /usr/include/qt
- name: Install missing software on Fedora
if: contains(matrix.image, 'fedora')
Expand Down

0 comments on commit a9ff541

Please sign in to comment.