Skip to content

Commit

Permalink
fix static sdk root
Browse files Browse the repository at this point in the history
  • Loading branch information
gliwka committed Nov 24, 2023
1 parent 3ba3ce2 commit ae47673
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
SIGN_KEY_PASS: ${{ secrets.SIGN_KEY_PASS }}
STAGING_REPO: ${{ needs.create-staging-repo.outputs.staging-repo }}
DETECTED_PLATFORM: ${{ matrix.platform }}
SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk
STAGING: ${{ startsWith(github.ref, 'refs/tags/v') }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ae47673

Please sign in to comment.