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.
2 parents 3014e79 + 262d02e commit 231257fCopy full SHA for 231257f
.github/workflows/ci.yml
@@ -182,6 +182,11 @@ jobs:
182
- name: install MinGW
183
run: src/ci/scripts/install-mingw.sh
184
185
+ # Workaround for spurious ci failures after mingw install
186
+ # see https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/Spurious.20bors.20CI.20failures/near/528915775
187
+ - name: ensure home dir exists
188
+ run: mkdir -p ~
189
+
190
- name: install ninja
191
run: src/ci/scripts/install-ninja.sh
192
0 commit comments