Skip to content

Commit 2580ec8

Browse files
committed
WIP: github: Use a nightly compiler build
This is needed for both openmp and compiler-rt tests.
1 parent c61abed commit 2580ec8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ jobs:
351351
make
352352
- name: Unpack toolchain
353353
run: |
354-
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20250417/llvm-mingw-20250417-ucrt-${{matrix.arch}}.zip
354+
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/nightly/llvm-mingw-nightly-ucrt-${{matrix.arch}}.zip
355355
unzip -q llvm-mingw-*.zip
356356
rm llvm-mingw-*.zip
357357
mv llvm-mingw-* /llvm-mingw
@@ -390,7 +390,7 @@ jobs:
390390
choco install ninja
391391
- name: Unpack toolchain
392392
run: |
393-
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20250417/llvm-mingw-20250417-ucrt-${{matrix.arch}}.zip
393+
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/nightly/llvm-mingw-nightly-ucrt-${{matrix.arch}}.zip
394394
Expand-Archive llvm-mingw-*.zip -DestinationPath .
395395
del llvm-mingw-*.zip
396396
mv llvm-mingw-* c:\llvm-mingw
@@ -450,7 +450,7 @@ jobs:
450450
choco install ninja
451451
- name: Unpack toolchain
452452
run: |
453-
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20250417/llvm-mingw-20250417-ucrt-${{matrix.arch}}.zip
453+
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/nightly/llvm-mingw-nightly-ucrt-${{matrix.arch}}.zip
454454
Expand-Archive llvm-mingw-*.zip -DestinationPath .
455455
del llvm-mingw-*.zip
456456
mv llvm-mingw-* c:\llvm-mingw
@@ -514,7 +514,7 @@ jobs:
514514
choco install ninja
515515
- name: Unpack toolchain
516516
run: |
517-
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20250417/llvm-mingw-20250417-ucrt-${{matrix.arch}}.zip
517+
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/nightly/llvm-mingw-nightly-ucrt-${{matrix.arch}}.zip
518518
Expand-Archive llvm-mingw-*.zip -DestinationPath .
519519
del llvm-mingw-*.zip
520520
mv llvm-mingw-* c:\llvm-mingw
@@ -651,7 +651,7 @@ jobs:
651651
nasm:p
652652
- name: Unpack toolchain
653653
run: |
654-
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20250417/llvm-mingw-20250417-ucrt-${{matrix.arch}}.zip
654+
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/nightly/llvm-mingw-nightly-ucrt-${{matrix.arch}}.zip
655655
unzip -q llvm-mingw-*.zip
656656
rm llvm-mingw-*.zip
657657
mv llvm-mingw-* /llvm-mingw

0 commit comments

Comments
 (0)