From ff94daaabdb2305cc2582af98256451fc965ae62 Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Sun, 20 Nov 2022 10:07:19 -0500 Subject: [PATCH] Don't build assimp from source for tidy CI --- .github/workflows/clang-tidy-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-tidy-format.yml b/.github/workflows/clang-tidy-format.yml index e654516..4e128c9 100644 --- a/.github/workflows/clang-tidy-format.yml +++ b/.github/workflows/clang-tidy-format.yml @@ -21,7 +21,7 @@ jobs: - name: Build Qtk run: | - cmake -B build && cmake --build build + cmake -B build -DQTK_UPDATE_SUBMODULES=OFF && cmake --build build - uses: cpp-linter/cpp-linter-action@v2 id: linter