fix ci issue

This commit is contained in:
TL 2024-04-08 16:52:15 +08:00
parent 67ed44a87c
commit 986cfdce1f

View File

@ -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