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 0648a43 commit 7d0e05dCopy full SHA for 7d0e05d
.github/workflows/ci.yml
@@ -190,6 +190,11 @@ jobs:
190
- name: install MinGW
191
run: src/ci/scripts/install-mingw.sh
192
193
+ # Workaround for spurious ci failures after mingw install
194
+ # see https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/Spurious.20bors.20CI.20failures/near/528915775
195
+ - name: ensure home dir exists
196
+ run: mkdir -p ~
197
+
198
- name: install ninja
199
run: src/ci/scripts/install-ninja.sh
200
0 commit comments