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.
1 parent 0c403aa commit 3ce448bCopy full SHA for 3ce448b
src/ci/scripts/install-mingw.sh
@@ -66,5 +66,8 @@ if isWindows && isKnownToBeMingwBuild; then
66
;;
67
esac
68
69
+ # Prevent adding /mingw64/bin Git for Windows to PATH
70
+ echo "MSYSTEM=" >> "$GITHUB_ENV"
71
+
72
ciCommandAddPath "$(cygpath -m "$(pwd)/${mingw_dir}/bin")"
73
fi
0 commit comments