Skip to content

Commit 94c0061

Browse files
committed
clang-tidy.yml: removed explicit CMake generator parameter
1 parent 2de5d2c commit 94c0061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Prepare CMake
4444
run: |
45-
cmake -S . -B cmake.output -G "Unix Makefiles" --warn-uninitialized -DCMAKE_COMPILE_WARNING_AS_ERROR=On -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
45+
cmake -S . -B cmake.output --warn-uninitialized -DCMAKE_COMPILE_WARNING_AS_ERROR=On -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
4646
env:
4747
CXX: clang-20
4848

0 commit comments

Comments
 (0)