diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2025-03-21 21:47:40 +0100 |
|---|---|---|
| committer | Laytan Laats <laytanlaats@hotmail.com> | 2025-03-21 21:47:40 +0100 |
| commit | 057144dea33ca6b6c8131a79cdbe117c2dec236f (patch) | |
| tree | 286f0982e8a75bb6c8359f068f4a410f34acd8f9 /.github/workflows | |
| parent | 631406eeccf9c2dbf9d2914809b72fb853a63002 (diff) | |
fix linux release trying to use non-existant llvm 20 package
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/nightly.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 80b2a72af..314711efb 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -53,8 +53,8 @@ jobs: - name: (Linux) Download LLVM run: | apk add --no-cache \ - musl-dev llvm20-dev clang20 git mold lz4 \ - libxml2-static llvm20-static zlib-static zstd-static \ + musl-dev llvm18-dev clang18 git mold lz4 \ + libxml2-static llvm18-static zlib-static zstd-static \ make shell: alpine.sh --root {0} - name: build odin |