Skip to content

Commit e3c661b

Browse files
committed
c'mon
1 parent 368160c commit e3c661b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/perf-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# - create the .cpp-linter_cache folder
7272
# - list the files concerning the benchmark test
7373
# NOTE: This does not actually invoke clang tools.
74-
run: ./previous/cpp-linter -l 0 -p build -i='|!src/libgit2' -s="" -c="-*"
74+
run: ../previous/cpp-linter -l 0 -p build -i='|!src/libgit2' -s="" -c="-*"
7575
- name: Run hyperfine tool
7676
# using the generated compilation database,
7777
# we will use cpp-linter (both builds) to scan libgit2 sources.

0 commit comments

Comments
 (0)