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=(
|
opt_deps=(
|
||||||
cjson # for github.com/goplus/lib/c/cjson
|
cjson # for github.com/goplus/lib/c/cjson
|
||||||
sqlite # for github.com/goplus/lib/c/sqlite
|
sqlite # for github.com/goplus/lib/c/sqlite
|
||||||
python@3.12 # for github.com/goplus/lib/py
|
|
||||||
)
|
)
|
||||||
brew install "${opt_deps[@]}"
|
brew install "${opt_deps[@]}"
|
||||||
|
|
||||||
|
brew install python@3.12 || true # for github.com/goplus/lib/py
|
||||||
brew link --overwrite python@3.12
|
brew link --overwrite python@3.12
|
||||||
|
|
||||||
- name: Install Ubuntu dependencies
|
- name: Install Ubuntu dependencies
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user