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 aa05940
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,6 +27,7 @@ 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
Expand All @@ -39,6 +40,7 @@ jobs:
if: matrix.name == 'clazy'
# Disable optimizations as workaround for Clang 9 bug: https://bugs.llvm.org/show_bug.cgi?id=45034
run: |
clazy --version
cmake \
-DCMAKE_BUILD_TYPE=Debug \
-DWARNINGS_FATAL=ON \
Expand Down

0 comments on commit aa05940

Please sign in to comment.