Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Apr 15, 2024
1 parent a1dfb24 commit a628fc7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/iwyu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Qt ${{ env.QT_VERSION }}
uses: jurplel/install-qt-action@v3
with:
version: ${{ env.QT_VERSION }}
modules: 'qtcharts'
install-deps: false
cache: true

- name: Install missing software on debian/ubuntu
if: contains(matrix.image, 'debian')
run: |
Expand Down Expand Up @@ -79,7 +71,15 @@ jobs:
zypper install -y wget include-what-you-use-tools
zypper install -y libgthread-2_0-0
ln -s iwyu_tool.py /usr/bin/iwyu_tool
ln -s qt6 /usr/include/qt
ln -s qt6 /usr/include/qt
- name: Install Qt ${{ env.QT_VERSION }}
uses: jurplel/install-qt-action@v3
with:
version: ${{ env.QT_VERSION }}
modules: 'qtcharts'
install-deps: false
cache: true

- name: Prepare CMake
run: |
Expand Down

0 comments on commit a628fc7

Please sign in to comment.