mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 14:18:47 +00:00
fix linux release trying to use non-existant llvm 20 package
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user