We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57615cb commit b1da5e7Copy full SHA for b1da5e7
src/ci/scripts/install-mingw.sh
@@ -42,5 +42,6 @@ if isWindows && isKnownToBeMingwBuild; then
42
43
curl -o mingw.7z "${MIRRORS_BASE}/${mingw_archive}"
44
7z x -y mingw.7z > /dev/null
45
+ ciCommandSetEnv MSYS2_PATH_TYPE inherit
46
ciCommandAddPath "$(pwd)/${mingw_dir}/bin"
47
fi
0 commit comments