Skip to content

Commit 310e9f7

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

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
@@ -352,7 +352,7 @@ jobs:
352352
make
353353
- name: Unpack toolchain
354354
run: |
355-
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20250417/llvm-mingw-20250417-ucrt-${{matrix.arch}}.zip
355+
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/nightly/llvm-mingw-nightly-ucrt-${{matrix.arch}}.zip
356356
unzip -q llvm-mingw-*.zip
357357
rm llvm-mingw-*.zip
358358
mv llvm-mingw-* /llvm-mingw
@@ -391,7 +391,7 @@ jobs:
391391
choco install ninja
392392
- name: Unpack toolchain
393393
run: |
394-
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20250417/llvm-mingw-20250417-ucrt-${{matrix.arch}}.zip
394+
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/nightly/llvm-mingw-nightly-ucrt-${{matrix.arch}}.zip
395395
Expand-Archive llvm-mingw-*.zip -DestinationPath .
396396
del llvm-mingw-*.zip
397397
mv llvm-mingw-* c:\llvm-mingw
@@ -451,7 +451,7 @@ jobs:
451451
choco install ninja
452452
- name: Unpack toolchain
453453
run: |
454-
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20250417/llvm-mingw-20250417-ucrt-${{matrix.arch}}.zip
454+
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/nightly/llvm-mingw-nightly-ucrt-${{matrix.arch}}.zip
455455
Expand-Archive llvm-mingw-*.zip -DestinationPath .
456456
del llvm-mingw-*.zip
457457
mv llvm-mingw-* c:\llvm-mingw
@@ -515,7 +515,7 @@ jobs:
515515
choco install ninja
516516
- name: Unpack toolchain
517517
run: |
518-
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20250417/llvm-mingw-20250417-ucrt-${{matrix.arch}}.zip
518+
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/nightly/llvm-mingw-nightly-ucrt-${{matrix.arch}}.zip
519519
Expand-Archive llvm-mingw-*.zip -DestinationPath .
520520
del llvm-mingw-*.zip
521521
mv llvm-mingw-* c:\llvm-mingw
@@ -652,7 +652,7 @@ jobs:
652652
nasm:p
653653
- name: Unpack toolchain
654654
run: |
655-
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20250417/llvm-mingw-20250417-ucrt-${{matrix.arch}}.zip
655+
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/nightly/llvm-mingw-nightly-ucrt-${{matrix.arch}}.zip
656656
unzip -q llvm-mingw-*.zip
657657
rm llvm-mingw-*.zip
658658
mv llvm-mingw-* /llvm-mingw

0 commit comments

Comments
 (0)