Skip to content

Commit

Permalink
Restore lost clazy version printout, and only install clazy for the c…
Browse files Browse the repository at this point in the history
…lazy runner
  • Loading branch information
JoergAtGithub committed Nov 10, 2024
1 parent 46d98ad commit 22fb1c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ jobs:
- name: Check out repository
uses: actions/[email protected]
- name: Add clazy PPA
if: matrix.name == 'clazy'
# Ubuntu2404 comes with v1.11, which is too old for the Qt6.4 shipped with Ubuntu 24.04
run: |
sudo add-apt-repository ppa:daschuer/clazy
sudo apt update
clazy --version
- name: Install build dependencies
run: tools/debian_buildenv.sh setup
- name: Create build directory
Expand Down

0 comments on commit 22fb1c5

Please sign in to comment.