ffi: fix ci and install doc

This commit is contained in:
Li Jie
2024-11-26 12:38:24 +08:00
parent 0547dede21
commit fa1ad20d5d
3 changed files with 7 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
# shellcheck disable=all
brew update
brew install llvm@18 bdw-gc openssl cjson
brew install llvm@18 bdw-gc openssl cjson libffi
brew install python@3.12 # optional
go install -v github.com/goplus/llgo/cmd/llgo@latest
brew link --force libffi
go install -v github.com/goplus/llgo/cmd/llgo@latest