Skip to content

Commit 56e2f27

Browse files
Auto merge of #149601 - mati865:no-msys2-take2, r=<try>
Stop adding MSYS2 to PATH, take 2 try-job: dist-i686-mingw
2 parents 568b117 + 3ce448b commit 56e2f27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ci/scripts/install-mingw.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,8 @@ if isWindows && isKnownToBeMingwBuild; then
6666
;;
6767
esac
6868

69+
# Prevent adding /mingw64/bin Git for Windows to PATH
70+
echo "MSYSTEM=" >> "$GITHUB_ENV"
71+
6972
ciCommandAddPath "$(cygpath -m "$(pwd)/${mingw_dir}/bin")"
7073
fi

0 commit comments

Comments
 (0)