Skip to content

Commit

Permalink
adding macOS M1 action
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed May 6, 2024
1 parent 18a931f commit 76712f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,11 @@ jobs:
with:
dotnet-version: '8.0.x' # SDK Version to use; x will use the latest version of the 8.0 channel

- name: Versions
run: node -v && npm -v && dotnet --version && node -p process.platform && node -p process.arch

- if: runner.os == 'macOS'
name: Remove Mono from macOS # Mono interferes with Core CLR gyp compile
name: Remove Mono from macOS # Incomplete Mono install interferes with gyp compile
run: |
sudo rm -rf /Library/Frameworks/Mono.framework
sudo pkgutil --forget com.xamarin.mono-MDK.pkg
Expand Down

0 comments on commit 76712f2

Please sign in to comment.