diff --git a/.github/workflows/iwyu.yml b/.github/workflows/iwyu.yml index ba180e49f11e..a420f920354d 100644 --- a/.github/workflows/iwyu.yml +++ b/.github/workflows/iwyu.yml @@ -60,7 +60,7 @@ jobs: - name: Install missing software on OpenSUSE if: contains(matrix.image, 'opensuse') run: | - zypper install -y cmake gcc-c++ libQt5Core-devel libQt5Gui-devel libQt5Widgets-devel libQt5PrintSupport-devel libqt5-linguist-devel + zypper install -y cmake gcc-c++ libQt5Core-devel libQt5Gui-devel libQt5Widgets-devel libQt5PrintSupport-devel libqt5-linguist-devel libqt5-qttools-devel zypper install -y wget include-what-you-use-tools ln -s iwyu_tool.py /usr/bin/iwyu_tool ln -s qt5 /usr/include/qt