Skip to content

Commit add0130

Browse files
committed
Update install-mingw.sh
1 parent c434f1d commit add0130

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ci/scripts/install-mingw.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ if isWindows && isKnownToBeMingwBuild; then
3535
;;
3636
esac
3737

38+
msys2Path="c:/msys64"
39+
mkdir -p "${msys2Path}/home/${USERNAME}"
40+
ciCommandAddPath "/usr/bin"
41+
3842
mingw_dir="mingw${bits}"
3943

4044
curl -o mingw.7z "${MIRRORS_BASE}/${mingw_archive}"

0 commit comments

Comments
 (0)