We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa67662 commit 125a464Copy full SHA for 125a464
src/ci/scripts/install-mingw.sh
@@ -46,5 +46,5 @@ if isWindows && isKnownToBeMingwBuild; then
46
47
# Workaround for spurious ci failures
48
# see https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/Spurious.20bors.20CI.20failures/near/528915775
49
- mkdir /c/msys64/home/runneradmin
+ mkdir -p ~
50
fi
0 commit comments