diff --git a/.github/workflows/build-checks.yml b/.github/workflows/build-checks.yml index 2ff8ea17f29..6352e4760ab 100644 --- a/.github/workflows/build-checks.yml +++ b/.github/workflows/build-checks.yml @@ -26,12 +26,6 @@ jobs: steps: - name: Check out repository uses: actions/checkout@v4.2.2 - - 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 - name: Install build dependencies run: tools/debian_buildenv.sh setup - name: Create build directory