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