File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1919 # slightly more, when we know a separate build of the same version but with
2020 # assertions enabled, has passed some amount of tests.
2121 prepare :
22- if : (github.event_name != 'schedule') || (github.repository == 'mstorsjo/llvm-mingw')
22+ if : false
2323 runs-on : ubuntu-latest
2424 outputs :
2525 LLVM_VERSION : ${{steps.get-versions.outputs.LLVM_VERSION}}
@@ -330,7 +330,6 @@ jobs:
330330 # Run llvm-mingw's tests with the cross-built toolchains from above.
331331 test-toolchain :
332332 if : (github.event_name != 'schedule') || (github.repository == 'mstorsjo/llvm-mingw')
333- needs : [linux-cross-windows]
334333 defaults :
335334 run :
336335 shell : msys2 {0}
@@ -350,11 +349,9 @@ jobs:
350349 install : >-
351350 unzip
352351 make
353- - uses : actions/download-artifact@v4
354- with :
355- name : windows-ucrt-${{matrix.arch}}-toolchain
356352 - name : Unpack toolchain
357353 run : |
354+ curl -LO https://martin.st/temp/llvm-mingw-arm64ec-ucrt-${{matrix.arch}}.zip
358355 unzip -q llvm-mingw-*.zip
359356 rm llvm-mingw-*.zip
360357 mv llvm-mingw-* /llvm-mingw
You can’t perform that action at this time.
0 commit comments