Skip to content

Commit

Permalink
selfcheck.yml: small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Sep 29, 2024
1 parent cb59bdc commit 7589b20
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/selfcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install missing software
run: |
sudo apt-get update
sudo apt-get install libboost-container-dev
- name: ccache
uses: hendrikmuhs/[email protected]
with:
Expand All @@ -39,7 +34,9 @@ jobs:
- name: Install missing software
run: |
sudo apt-get update
sudo apt-get install clang-14 valgrind
sudo apt-get install clang-14
sudo apt-get install libboost-container-dev
sudo apt-get install valgrind
sudo apt-get install -y libcups2-dev # required for Qt6PrintSupport in CMake since Qt 6.7.3
- name: Install Qt ${{ env.QT_VERSION }}
Expand Down

0 comments on commit 7589b20

Please sign in to comment.