ci: upgrade to llvm 19

This commit is contained in:
Li Jie
2025-04-02 20:08:05 +08:00
parent a6f1ad1c2c
commit ec20af3c4d
9 changed files with 34 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
# shellcheck disable=all
brew update
brew install llvm@18 bdw-gc openssl cjson libffi libuv pkg-config
brew install llvm@19 bdw-gc openssl cjson libffi libuv pkg-config
brew install python@3.12 # optional
brew link --force libffi
curl https://raw.githubusercontent.com/goplus/llgo/refs/heads/main/install.sh | bash