diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2024-04-29 15:01:40 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2024-05-08 19:37:29 -0700 |
| commit | e07ad33f1d3f7fd48baa81b9eeeffb9b7315df9e (patch) | |
| tree | dc615fa1619b8d0cdda11197e4f2a5f1400e7b99 /.github | |
| parent | f6f0fefd8b69c0cc7d73317ca7295df50eae5fa0 (diff) | |
| download | zig-e07ad33f1d3f7fd48baa81b9eeeffb9b7315df9e.tar.gz zig-e07ad33f1d3f7fd48baa81b9eeeffb9b7315df9e.zip | |
update CI tarballs for LLVM 18
Also makes the windows CI scripts fetch the tarballs from the network if
not already on disk.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad67596360..580a76f598 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }} |
