🌐 AI搜索 & 代理 主页
Skip to content

Commit aa4ea92

Browse files
committed
Explicitly install brew on x64 macos
1 parent 843854f commit aa4ea92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/install-mono/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ runs:
1313
- name: Install on macOS (x86_64)
1414
if: runner.os == 'macOS' && inputs.arch == 'x64'
1515
run: |
16-
brew update
17-
arch -x86_64 brew install mono
16+
arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
17+
arch -x86_64 /usr/local/bin/brew install mono
1818
shell: sh
1919

2020
- name: Install on macOS

0 commit comments

Comments
 (0)