From a436455e63d673040b057c7c130e43a2355d94a6 Mon Sep 17 00:00:00 2001 From: uncor3 Date: Sat, 13 Sep 2025 12:53:35 +0000 Subject: [PATCH] update workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9cc2be7..fcbf032 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -126,7 +126,7 @@ jobs: - name: Configure CMake (Linux/macOS) if: runner.os == 'Linux' || runner.os == 'macOS' run: | - cmake -B build -S . -DCMAKE_BUILD_TYPE=Release + cmake -B build -S . -DCMAKE_BUILD_TYPE=Release -DRUN_CLANG_TIDY=OFF - name: Configure CMake (Windows) if: runner.os == 'Windows'