diff --git a/.github/workflows/AppBuild.yml b/.github/workflows/AppBuild.yml index 4444afad..eb67f00e 100644 --- a/.github/workflows/AppBuild.yml +++ b/.github/workflows/AppBuild.yml @@ -34,8 +34,8 @@ jobs: with: clang-format-version: 16 - - name: Install clang-tidy for modules deps search - run: sudo apt install clang-tidy + - name: Install clang-tools-17 for modules deps search + run: sudo apt install clang-tools-17 - name: Install latest cmake and ninja uses: lukka/get-cmake@latest