Skip to content

Commit 057144d

Browse files
committed
fix linux release trying to use non-existant llvm 20 package
1 parent 631406e commit 057144d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
- name: (Linux) Download LLVM
5454
run: |
5555
apk add --no-cache \
56-
musl-dev llvm20-dev clang20 git mold lz4 \
57-
libxml2-static llvm20-static zlib-static zstd-static \
56+
musl-dev llvm18-dev clang18 git mold lz4 \
57+
libxml2-static llvm18-static zlib-static zstd-static \
5858
make
5959
shell: alpine.sh --root {0}
6060
- name: build odin

0 commit comments

Comments
 (0)