mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-15 16:58:34 +00:00
fix ci issue
This commit is contained in:
parent
67ed44a87c
commit
986cfdce1f
4
.github/workflows/build_wamr_lldb.yml
vendored
4
.github/workflows/build_wamr_lldb.yml
vendored
|
@ -82,9 +82,7 @@ jobs:
|
||||||
- name: install utils macos
|
- name: install utils macos
|
||||||
if: steps.lldb_build_cache.outputs.cache-hit != 'true' && contains(inputs.runner, 'macos')
|
if: steps.lldb_build_cache.outputs.cache-hit != 'true' && contains(inputs.runner, 'macos')
|
||||||
run: |
|
run: |
|
||||||
brew remove swig
|
brew install swig cmake ninja libedit
|
||||||
brew install swig@4.1 cmake ninja libedit
|
|
||||||
brew link --overwrite swig@4.1
|
|
||||||
sudo rm -rf /Library/Developer/CommandLineTools
|
sudo rm -rf /Library/Developer/CommandLineTools
|
||||||
|
|
||||||
- name: install utils ubuntu
|
- name: install utils ubuntu
|
||||||
|
|
Loading…
Reference in New Issue
Block a user