Skip to content

Commit

Permalink
Fix SDKROOT path for mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
krombel authored Sep 9, 2021
1 parent 8e484d7 commit dada5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
# macOS notarization API key
API_KEY_ID: ${{ secrets.api_key_id }}
API_KEY_ISSUER_ID: ${{ secrets.api_key_issuer_id }}
SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk
SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk

0 comments on commit dada5a7

Please sign in to comment.