benchmark: update path

The path to the default CLI output has changed, update it.
This commit is contained in:
Edward Thomson
2022-10-18 13:11:19 +01:00
committed by GitHub
parent 9286e5991e
commit a3841af5ee

View File

@@ -66,9 +66,9 @@ jobs:
- name: Benchmark
run: |
if [[ "$(uname -s)" == MINGW* ]]; then
GIT2_CLI="$(cygpath -w $(pwd))\\build\\Release\\git2_cli"
GIT2_CLI="$(cygpath -w $(pwd))\\build\\Release\\git2"
else
GIT2_CLI="$(pwd)/build/git2_cli"
GIT2_CLI="$(pwd)/build/git2"
fi
mkdir benchmark && cd benchmark