mirror of
https://github.com/goplus/llgo.git
synced 2025-09-26 19:51:21 +08:00
ci:link --overwrite python
This commit is contained in:
4
.github/actions/setup-deps/action.yml
vendored
4
.github/actions/setup-deps/action.yml
vendored
@@ -36,10 +36,12 @@ runs:
|
||||
opt_deps=(
|
||||
cjson # for github.com/goplus/lib/c/cjson
|
||||
sqlite # for github.com/goplus/lib/c/sqlite
|
||||
python@3.12 # for github.com/goplus/lib/py
|
||||
)
|
||||
brew install "${opt_deps[@]}"
|
||||
|
||||
brew install python@3.12 || true # for github.com/goplus/lib/py
|
||||
brew link --overwrite python@3.12
|
||||
|
||||
- name: Install Ubuntu dependencies
|
||||
if: runner.os == 'Linux'
|
||||
shell: bash
|
||||
|
Reference in New Issue
Block a user