Skip to content

Commit fd24897

Browse files
committed
Fix path in GH action
1 parent a088b47 commit fd24897

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
@@ -55,7 +55,7 @@ jobs:
5555
# Create compile_commands.json for clang-tidy
5656
- name: Configure CMake compile_commands.json
5757
run: |
58-
cmake -S . -B "$BUILD_DIR" -DTE_BUILD_TEST_RUNNER=OFF -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -G Ninja
58+
cmake -S src/tests -B "$BUILD_DIR" -DTE_BUILD_TEST_RUNNER=OFF -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -G Ninja
5959
# If your project generates headers, you can add a light build:
6060
# cmake --build "$BUILD_DIR" -j
6161

0 commit comments

Comments
 (0)