Skip to content

Commit

Permalink
testing Mono Gyp fail
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed May 7, 2024
1 parent d9ec45a commit 7b8765b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ jobs:
- 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 # Incomplete Mono install interferes with gyp compile
run: |
sudo rm -rf /Library/Frameworks/Mono.framework
sudo pkgutil --forget com.xamarin.mono-MDK.pkg
sudo rm /etc/paths.d/mono-commands
# - if: runner.os == 'macOS'
# 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
# sudo rm /etc/paths.d/mono-commands

- if: runner.os == 'macOS' && matrix.node == '16.x'
name: Add missing packages for macOS NodeJs 16
Expand Down

0 comments on commit 7b8765b

Please sign in to comment.