We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 843854f commit aa4ea92Copy full SHA for aa4ea92
.github/actions/install-mono/action.yml
@@ -13,8 +13,8 @@ runs:
13
- name: Install on macOS (x86_64)
14
if: runner.os == 'macOS' && inputs.arch == 'x64'
15
run: |
16
- brew update
17
- arch -x86_64 brew install mono
+ arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
+ arch -x86_64 /usr/local/bin/brew install mono
18
shell: sh
19
20
- name: Install on macOS
0 commit comments