Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5077d2c

Browse filesBrowse files
committed
Fix path in GH action
1 parent aa2586f commit 5077d2c
Copy full SHA for 5077d2c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎.github/workflows/clang-tidy.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/clang-tidy.yml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.