Skip to content

Commit 5077d2c

Browse files
committed
Fix path in GH action
1 parent aa2586f commit 5077d2c

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
@@ -45,7 +45,7 @@ jobs:
4545
# Create compile_commands.json for clang-tidy
4646
- name: Configure CMake compile_commands.json
4747
run: |
48-
cmake -S test -B "$BUILD_DIR" -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -G Ninja
48+
cmake -S tests -B "$BUILD_DIR" -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -G Ninja
4949
# If your project generates headers, you can add a light build:
5050
# cmake --build "$BUILD_DIR" -j
5151

0 commit comments

Comments
 (0)