mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
fix: Error: No such keg: /usr/local/Cellar/node
This commit is contained in:
parent
e9717af004
commit
4a652cf92e
1
.github/workflows/build-macos.yml
vendored
1
.github/workflows/build-macos.yml
vendored
@ -34,6 +34,7 @@ jobs:
|
||||
modules: ${{ matrix['moudles']}}
|
||||
- name: build for macos
|
||||
run: |
|
||||
brew uninstall --force node
|
||||
brew unlink unixodbc
|
||||
brew install libiodbc
|
||||
mkdir -p /Applications/Postgres.app/Contents/Versions/14/lib
|
||||
|
||||
Loading…
Reference in New Issue
Block a user