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 8fb8f9a commit fcefbf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/iwyu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
- name: Install missing software on OpenSUSE
if: contains(matrix.image, 'opensuse')
run: |
zypper install -y cmake gcc-c++ pcre-devel qt6-base-common-devel
zypper install -y qt6-base-common-devel
zypper install -y cmake gcc-c++ pcre-devel
zypper install -y qt6-base-common-devel libQt6Core6
zypper install -y wget include-what-you-use-tools
ln -s iwyu_tool.py /usr/bin/iwyu_tool
ln -s qt5 /usr/include/qt
Expand Down

0 comments on commit fcefbf5

Please sign in to comment.