We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921c6a6 commit 453b93eCopy full SHA for 453b93e
.github/workflows/release.yaml
@@ -89,6 +89,7 @@ jobs:
89
TARGET: "${{ matrix.env.TARGET }}"
90
- name: Setup macos build tooling
91
run: |
92
+ ls -la /Applications/
93
sudo xcode-select -s /Applications/Xcode_15.2.0.app/Contents/Developer/
94
# Set SDK environment variables
95
echo "SDKROOT=$(xcrun -sdk macosx14.2 --show-sdk-path)" >> $GITHUB_ENV
0 commit comments