Skip to content

Commit 9d5687d

Browse files
committed
ci: disable MSYS2 path conversion in windows tests, fixes #9513
1 parent 6bc4146 commit 9d5687d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,9 @@ jobs:
671671
path: dist/binary/borg.exe
672672

673673
- name: Run tests
674+
env:
675+
MSYS2_ARG_CONV_EXCL: "*"
676+
MSYS2_ENV_CONV_EXCL: "*"
674677
run: |
675678
# Ensure locally built binary in ./dist/binary/borg-dir is found during tests
676679
export PATH="$GITHUB_WORKSPACE/dist/binary/borg-dir:$PATH"

0 commit comments

Comments
 (0)