Skip to content

Commit f76d00b

Browse files
committed
remove xcbeautify
1 parent de9b620 commit f76d00b

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/swift_package_test.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)