Skip to content

Commit 9c8f578

Browse files
committed
Update install-mingw.sh
1 parent 2d94b64 commit 9c8f578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/scripts/install-mingw.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if isWindows && isKnownToBeMingwBuild; then
3535
;;
3636
esac
3737

38-
msys2Path="c:/msys64"
38+
msys2Path="/c/msys64"
3939
ciCommandAddPath "${msys2Path}/usr/bin"
4040

4141
mingw_dir="mingw${bits}"

0 commit comments

Comments
 (0)