Skip to content

Commit 3ce448b

Browse files
committed
different way
1 parent 0c403aa commit 3ce448b

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)