File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -313,13 +313,6 @@ jobs:
313313 do
314314 printf "%s\n" $i >> $GITHUB_ENV
315315 done
316- - name : Install xcbeautify
317- run : |
318- curl -L https://github.com/cpisciotta/xcbeautify/releases/download/2.28.0/xcbeautify-2.28.0-arm64-apple-macosx.zip -o xcbeautify.zip
319- sha256 -c 00d16a08b426e004e5d101631515ea1bbc0ab20209541cd4cacb569d3289c9e7 xcbeautify.zip
320- unzip xcbeautify.zip -d /tmp
321- chmod +x /tmp/xcbeautify
322- /tmp/xcbeautify --version
323316 - name : Select Xcode
324317 run : echo "DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode_version }}.app" >> $GITHUB_ENV
325318 - name : Swift version
@@ -330,7 +323,7 @@ jobs:
330323 env :
331324 APPLE_CC_PLATFORM : ${{ matrix.os.platform }}
332325 APPLE_CC_SCHEME : ${{ inputs.apple_cc_scheme }}
333- run : ${{ inputs.apple_cc_build_command }} | /tmp/xcbeautify
326+ run : ${{ inputs.apple_cc_build_command }}
334327 timeout-minutes : ${{ inputs.apple_cc_build_timeout }}
335328
336329 linux-build :
You can’t perform that action at this time.
0 commit comments