From 9d5687d584646c01b60d2b6f2fcdd6c738f3a0d6 Mon Sep 17 00:00:00 2001 From: hiijoshi Date: Mon, 23 Mar 2026 10:06:39 +0530 Subject: [PATCH] ci: disable MSYS2 path conversion in windows tests, fixes #9513 --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c0d33a244..03d6f625ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -671,6 +671,9 @@ jobs: path: dist/binary/borg.exe - name: Run tests + env: + MSYS2_ARG_CONV_EXCL: "*" + MSYS2_ENV_CONV_EXCL: "*" run: | # Ensure locally built binary in ./dist/binary/borg-dir is found during tests export PATH="$GITHUB_WORKSPACE/dist/binary/borg-dir:$PATH"