Skip to content

Commit

Permalink
fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Jul 26, 2023
1 parent 7aeaa97 commit 3fbddac
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 @@ -45,10 +45,10 @@ jobs:
pacman -S include-what-you-use --noconfirm
ln -s iwyu-tool /usr/sbin/iwyu_tool
- name: Install missing software on archlinux
if: contains(container.image, 'fedora')
- name: Install missing software on Fedora
run: |
yum install iwyu
dnf install -y cmake gcc-c++ qt5-qtbase-devel qt5-linguist qt5-qttools-devel qt5-qtcharts-devel pcre-devel
dnf install -y iwyu
- name: Prepare CMake
run: |
Expand Down

0 comments on commit 3fbddac

Please sign in to comment.