We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d94b64 commit 9c8f578Copy full SHA for 9c8f578
src/ci/scripts/install-mingw.sh
@@ -35,7 +35,7 @@ if isWindows && isKnownToBeMingwBuild; then
35
;;
36
esac
37
38
- msys2Path="c:/msys64"
+ msys2Path="/c/msys64"
39
ciCommandAddPath "${msys2Path}/usr/bin"
40
41
mingw_dir="mingw${bits}"
0 commit comments