Skip to content

Commit

Permalink
Try installing mono-mdk instead of mono
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescrosswell committed Dec 3, 2024
1 parent 3a210c4 commit a40baf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ runs:
# Attempt to install Mono, allowing it to fail silently
# Then ensure mono is correctly linked, overwriting any conflicting symlinks
run: |
brew install mono || true
brew link --overwrite mono
brew install mono-mdk || true
brew link --overwrite mono-mdk
- name: Install .NET SDK
if: runner.os != 'Windows'
Expand Down

0 comments on commit a40baf0

Please sign in to comment.