Skip to content

Commit 165d027

Browse files
committed
Update install-mingw.sh
1 parent b3ae350 commit 165d027

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/ci/scripts/install-mingw.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
99
MINGW_ARCHIVE_32="i686-14.1.0-release-posix-dwarf-msvcrt-rt_v12-rev0.7z"
1010
MINGW_ARCHIVE_64="x86_64-14.1.0-release-posix-seh-msvcrt-rt_v12-rev0.7z"
1111

12-
echo "running install-mingw.sh"
13-
1412
if isWindows && isKnownToBeMingwBuild; then
15-
echo "I am mingw on Windows"
13+
msys2Path="c:/msys64"
14+
mkdir -p "${msys2Path}/home/${USERNAME}"
15+
ciCommandAddPath "${msys2Path}/usr/bin"
16+
1617
case "${CI_JOB_NAME}" in
1718
*i686*)
1819
bits=32

0 commit comments

Comments
 (0)