Skip to content

Commit d4fee80

Browse files
committed
WIP: github: Use a recent release of the toolchain
1 parent d89963d commit d4fee80

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/test-libcxx.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,9 @@ jobs:
5555
- name: Install dependencies
5656
run: |
5757
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
6758
- name: Unpack toolchain
6859
run: |
60+
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20250514/llvm-mingw-20250514-ucrt-${{matrix.arch}}.zip
6961
Expand-Archive llvm-mingw-*.zip -DestinationPath .
7062
del llvm-mingw-*.zip
7163
mv llvm-mingw-* c:\llvm-mingw

0 commit comments

Comments
 (0)