Skip to content

Commit

Permalink
iwyu.yml: install missing tar dependency on OpenSUSE
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Apr 14, 2024
1 parent 17d6cab commit b6ab516
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/iwyu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
run: |
zypper install -y cmake gcc-c++ pcre-devel
zypper install -y wget include-what-you-use-tools
zypper install -y tar # required by jurplel/install-qt-action
ln -s iwyu_tool.py /usr/bin/iwyu_tool
- name: Install Qt ${{ env.QT_VERSION }}
Expand Down

0 comments on commit b6ab516

Please sign in to comment.