Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaa4ea92

Browse files
committed
Explicitly install brew on x64 macos
1 parent843854f commitaa4ea92

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)

[8]ページ先頭

©2009-2025 Movatter.jp