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 d89963d commit d4fee80Copy full SHA for d4fee80
.github/workflows/test-libcxx.yml
@@ -55,17 +55,9 @@ jobs:
55
- name: Install dependencies
56
run: |
57
choco install ninja
58
- - name: Download toolchain
59
- uses: dawidd6/action-download-artifact@v6
60
- with:
61
- workflow: build.yml
62
- workflow_conclusion: success
63
- commit:
64
- branch: master
65
- event: schedule
66
- name: windows-ucrt-${{matrix.arch}}-toolchain
67
- name: Unpack toolchain
68
+ curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20250514/llvm-mingw-20250514-ucrt-${{matrix.arch}}.zip
69
Expand-Archive llvm-mingw-*.zip -DestinationPath .
70
del llvm-mingw-*.zip
71
mv llvm-mingw-* c:\llvm-mingw
0 commit comments