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

View File

@@ -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