Skip to content

Commit a40baf0

Browse files
Try installing mono-mdk instead of mono
1 parent 3a210c4 commit a40baf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/environment/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ runs:
4646
# Attempt to install Mono, allowing it to fail silently
4747
# Then ensure mono is correctly linked, overwriting any conflicting symlinks
4848
run: |
49-
brew install mono || true
50-
brew link --overwrite mono
49+
brew install mono-mdk || true
50+
brew link --overwrite mono-mdk
5151
5252
- name: Install .NET SDK
5353
if: runner.os != 'Windows'

0 commit comments

Comments
 (0)