Skip to content

Commit 2d94b64

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ci/scripts/install-mingw.sh

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

3838
msys2Path="c:/msys64"
39-
mkdir -p "${msys2Path}/home/${USERNAME}"
40-
ciCommandAddPath "/usr/bin"
39+
ciCommandAddPath "${msys2Path}/usr/bin"
4140

4241
mingw_dir="mingw${bits}"
4342

0 commit comments

Comments
 (0)