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 8378487 commit 8ffc1faCopy full SHA for 8ffc1fa
.github/actions/install-mono/action.yml
@@ -14,7 +14,7 @@ runs:
14
if: runner.os == 'macOS' && inputs.arch == 'x64'
15
run: |
16
brew update
17
- arch -x86_64 /usr/local/bin/brew install mono
+ arch -x86_64 brew install mono
18
shell: sh
19
20
- name: Install on macOS
0 commit comments