Unverified Commit a3841af5 by Edward Thomson Committed by GitHub

benchmark: update path

The path to the default CLI output has changed, update it.
parent 9286e599
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment