Skip to content

Commit

Permalink
fix for macOS Mono failures
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed May 8, 2024
1 parent 0b01c03 commit ddc31f7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,11 @@ jobs:
- name: Versions
run: node -v && npm -v && dotnet --version && node -p process.platform && node -p process.arch

- if: runner.os == 'macOS'
name: Mono
run: |
which mono
ls /Library/Frameworks
# - if: runner.os == 'macOS'
# name: Mono
# run: |
# which mono
# export PKG_CONFIG_PATH="/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig":$PKG_CONFIG_PATH
# 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 ddc31f7

Please sign in to comment.