We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80c0919 + 48007c1 commit ef84b3aCopy full SHA for ef84b3a
src/ci/scripts/install-mingw.sh
@@ -32,6 +32,11 @@ if isWindows && isKnownToBeMingwBuild; then
32
;;
33
esac
34
35
+ # Stop Git4Win from prepending /msys64/bin to PATH.
36
+ msys2Path="c:/msys64"
37
+ mkdir -p "${msys2Path}/home/${USERNAME}"
38
+ ciCommandAddPath "${msys2Path}/usr/bin"
39
+
40
mingw_dir="mingw${bits}"
41
42
curl -o mingw.7z "${MIRRORS_BASE}/${mingw_archive}"
0 commit comments