Skip to content

Commit b1da5e7

Browse files
committed
Update install-mingw.sh
1 parent 57615cb commit b1da5e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ci/scripts/install-mingw.sh

+1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ if isWindows && isKnownToBeMingwBuild; then
4242

4343
curl -o mingw.7z "${MIRRORS_BASE}/${mingw_archive}"
4444
7z x -y mingw.7z > /dev/null
45+
ciCommandSetEnv MSYS2_PATH_TYPE inherit
4546
ciCommandAddPath "$(pwd)/${mingw_dir}/bin"
4647
fi

0 commit comments

Comments
 (0)