Skip to content

Commit 92ebb97

Browse files
CI: add borg.exe to PATH
1 parent ce7d3ee commit 92ebb97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,8 @@ jobs:
305305
./borg-dir/borg.exe -V
306306
tar czf borg.tgz borg-dir
307307
popd
308+
# Ensure locally built binary in ./dist/binary/borg-dir is found during tests
309+
export PATH="$GITHUB_WORKSPACE/dist/binary/borg-dir:$PATH"
308310
echo "borg.exe binary in PATH"
309311
borg.exe -V
310312

0 commit comments

Comments
 (0)