Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Jan 13, 2025
1 parent 00927fe commit 32442a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/iwyu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
apt-get update
apt-get install -y cmake clang make libpcre3-dev
apt-get install -y libgl-dev # fixes missing dependency for Qt in CMake
apt-get install -y libcups2-dev # required for Qt6PrintSupport in CMake since Qt 6.7.3
apt-get install -y iwyu
- name: Install missing software on archlinux
Expand All @@ -67,7 +66,6 @@ jobs:
dnf install -y cmake clang pcre-devel
dnf install -y libglvnd-devel # fixes missing dependency for Qt in CMake
dnf install -y p7zip-plugins # required as fallback for py7zr in Qt installation
dnf install -y cups-devel # required for Qt6PrintSupport in CMake since Qt 6.7.3
dnf install -y iwyu
ln -s iwyu_tool.py /usr/bin/iwyu_tool
Expand Down Expand Up @@ -164,7 +162,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y cmake make libpcre3-dev
sudo apt-get install -y libcups2-dev # required for Qt6PrintSupport in CMake since Qt 6.7.3
sudo apt-get install -y libgl-dev # missing dependency for using Qt in CMake
- name: Install clang
Expand Down

0 comments on commit 32442a5

Please sign in to comment.