Skip to content

Commit a3841af

Browse files
authored
benchmark: update path
The path to the default CLI output has changed, update it.
1 parent 9286e59 commit a3841af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ jobs:
6666
- name: Benchmark
6767
run: |
6868
if [[ "$(uname -s)" == MINGW* ]]; then
69-
GIT2_CLI="$(cygpath -w $(pwd))\\build\\Release\\git2_cli"
69+
GIT2_CLI="$(cygpath -w $(pwd))\\build\\Release\\git2"
7070
else
71-
GIT2_CLI="$(pwd)/build/git2_cli"
71+
GIT2_CLI="$(pwd)/build/git2"
7272
fi
7373
7474
mkdir benchmark && cd benchmark

0 commit comments

Comments
 (0)