mirror of
https://github.com/mstorsjo/llvm-mingw
synced 2026-06-21 14:01:00 +00:00
WIP: Test with the failing nightly compiler
This commit is contained in:
@@ -628,7 +628,7 @@ jobs:
|
||||
steps:
|
||||
- name: Unpack toolchain
|
||||
run: |
|
||||
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/nightly/llvm-mingw-nightly-ucrt-${{matrix.arch}}.zip
|
||||
curl -LO https://martin.st/temp/nightly-test/llvm-mingw-nightly-ucrt-${{matrix.arch}}.zip
|
||||
Expand-Archive llvm-mingw-*.zip -DestinationPath .
|
||||
del llvm-mingw-*.zip
|
||||
mv llvm-mingw-* c:\llvm-mingw
|
||||
|
||||
Reference in New Issue
Block a user