File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -188,16 +188,16 @@ jobs:
188
188
export APPLE_HOST_SDK_PATH=/Applications/Xcode_12.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk
189
189
190
190
if [ "${{ matrix.triple }}" = "aarch64-apple-darwin" ]; then
191
- export APPLE_SDK_PATH=/Applications/Xcode_12.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk
191
+ export APPLE_SDK_PATH=/Applications/Xcode_12.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk
192
192
elif [ "${{ matrix.triple }}" = "aarch64-apple-ios" ]; then
193
- export APPLE_SDK_PATH=/Applications/Xcode_12.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.4.sdk
194
- if [ "${{ matrix.triple }}" = "x86_64-apple-darwin" ]; then
195
- export APPLE_SDK_PATH=/Applications/Xcode_12.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk
193
+ export APPLE_SDK_PATH=/Applications/Xcode_12.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.4.sdk
194
+ elif [ "${{ matrix.triple }}" = "x86_64-apple-darwin" ]; then
195
+ export APPLE_SDK_PATH=/Applications/Xcode_12.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk
196
196
elif [ "${{ matrix.triple }}" = "x86_64-apple-ios" ]; then
197
- export APPLE_SDK_PATH=/Applications/Xcode_12.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.4.sdk
197
+ export APPLE_SDK_PATH=/Applications/Xcode_12.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.4.sdk
198
198
else
199
- echo "unhandled target triple: ${{ matrix.triple }}"
200
- exit 1
199
+ echo "unhandled target triple: ${{ matrix.triple }}"
200
+ exit 1
201
201
fi
202
202
fi
203
203
You can’t perform that action at this time.
0 commit comments