ci: don't install pkg-config explicitly

This commit is contained in:
Li Jie
2024-11-26 09:31:22 +08:00
parent 06cc43b11f
commit 9105f28c13
5 changed files with 6 additions and 14 deletions

View File

@@ -358,7 +358,7 @@ Follow these steps to generate the `llgo` command (its usage is the same as the
```sh
brew update
brew install llvm@18 pkg-config bdw-gc openssl cjson
brew install llvm@18 bdw-gc openssl cjson
brew install python@3.12 # optional
go install -v github.com/goplus/llgo/cmd/llgo@latest
```