Skip to content

Commit cf47caa

Browse files
committed
Update swift-uikit workflow to use xcbeautify
1 parent e12403a commit cf47caa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/swift-uikit.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
- name: Force Xcode 15.4
2222
run: sudo xcode-select -switch /Applications/Xcode_15.4.app
23+
- name: Install xcbeautify
24+
run: brew install xcbeautify
2325
- uses: actions/checkout@v3
2426
- name: Build
2527
run: |
@@ -31,7 +33,7 @@ jobs:
3133
set -e
3234
(
3335
buildtarget () {
34-
xcodebuild -scheme "$1" -destination "id=$deviceid" build
36+
xcodebuild -scheme "$1" -destination "id=$deviceid" build | xcbeautify --renderer github-actions
3537
}
3638
3739
buildtarget SwiftCrossUI

0 commit comments

Comments
 (0)