fix linux release trying to use non-existant llvm 20 package

This commit is contained in:
Laytan Laats
2025-03-21 21:47:40 +01:00
parent 631406eecc
commit 057144dea3
+2 -2
View File
@@ -53,8 +53,8 @@ jobs:
- name: (Linux) Download LLVM - name: (Linux) Download LLVM
run: | run: |
apk add --no-cache \ apk add --no-cache \
musl-dev llvm20-dev clang20 git mold lz4 \ musl-dev llvm18-dev clang18 git mold lz4 \
libxml2-static llvm20-static zlib-static zstd-static \ libxml2-static llvm18-static zlib-static zstd-static \
make make
shell: alpine.sh --root {0} shell: alpine.sh --root {0}
- name: build odin - name: build odin