update CI tarballs for LLVM 18

Also makes the windows CI scripts fetch the tarballs from the network if
not already on disk.
This commit is contained in:
Andrew Kelley
2024-04-29 15:01:40 -07:00
parent f6f0fefd8b
commit e07ad33f1d
11 changed files with 45 additions and 12 deletions

View File

@@ -4,6 +4,7 @@ on:
push:
branches:
- master
- llvm18
concurrency:
# Cancels pending runs when a PR gets updated.
group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}