Skip to content

Commit bcb3c8c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/scripts/install-mingw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ if isWindows && isKnownToBeMingwBuild; then
4343

4444
curl -o mingw.7z "${MIRRORS_BASE}/${mingw_archive}"
4545
7z x -y mingw.7z > /dev/null
46-
ciCommandSetEnv MSYS2_PATH_TYPE inherit
46+
ciCommandAddPath "/usr/bin"
4747
ciCommandAddPath "$(pwd)/${mingw_dir}/bin"
4848
fi

0 commit comments

Comments
 (0)