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 8, 2024
1 parent 7b8765b commit f9635bd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,12 @@ jobs:
- name: Versions
run: node -v && npm -v && dotnet --version && node -p process.platform && node -p process.arch

# - if: runner.os == 'macOS'
- if: runner.os == 'macOS'
name: Mono
run: |
which mono
ls /Library/Frameworks
# name: Remove Mono from macOS # Incomplete Mono install interferes with gyp compile
# run: |
# sudo rm -rf /Library/Frameworks/Mono.framework
Expand Down

0 comments on commit f9635bd

Please sign in to comment.