From 76712f2c7f6aef53ea7ad419cc929ee0004ec444 Mon Sep 17 00:00:00 2001 From: agracio Date: Mon, 6 May 2024 20:33:09 +0100 Subject: [PATCH] adding macOS M1 action --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 060b68b9..8605bed8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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