From 22fb1c571d6192556bbaed26b8876a686efd97ba Mon Sep 17 00:00:00 2001 From: Joerg Date: Sun, 10 Nov 2024 18:18:06 +0100 Subject: [PATCH] Restore lost clazy version printout, and only install clazy for the clazy runner --- .github/workflows/build-checks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-checks.yml b/.github/workflows/build-checks.yml index ef706701f25..22e1f416128 100644 --- a/.github/workflows/build-checks.yml +++ b/.github/workflows/build-checks.yml @@ -27,10 +27,12 @@ jobs: - name: Check out repository uses: actions/checkout@v4.2.1 - 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