update workflow

This commit is contained in:
uncor3
2025-09-13 12:53:35 +00:00
parent 7ebd819299
commit a436455e63
+1 -1
View File
@@ -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'