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 ba746cc commit 7c81330Copy full SHA for 7c81330
.github/workflows/ci.yml
@@ -299,6 +299,8 @@ jobs:
299
- name: x86_64-gnu-tools
300
env:
301
DEPLOY_TOOLSTATES_JSON: toolstates-linux.json
302
+ NO_DOWNLOAD_CI_LLVM: 1
303
+ CUSTOM_MINGW: 1
304
os: ubuntu-20.04-8core-32gb
305
- name: dist-x86_64-apple
306
src/ci/github-actions/ci.yml
@@ -473,6 +473,8 @@ jobs:
473
474
475
476
477
478
<<: *job-linux-8c
479
480
####################
0 commit comments