We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e12403a commit cf47caaCopy full SHA for cf47caa
.github/workflows/swift-uikit.yml
@@ -20,6 +20,8 @@ jobs:
20
steps:
21
- name: Force Xcode 15.4
22
run: sudo xcode-select -switch /Applications/Xcode_15.4.app
23
+ - name: Install xcbeautify
24
+ run: brew install xcbeautify
25
- uses: actions/checkout@v3
26
- name: Build
27
run: |
@@ -31,7 +33,7 @@ jobs:
31
33
set -e
32
34
(
35
buildtarget () {
- xcodebuild -scheme "$1" -destination "id=$deviceid" build
36
+ xcodebuild -scheme "$1" -destination "id=$deviceid" build | xcbeautify --renderer github-actions
37
}
38
39
buildtarget SwiftCrossUI
0 commit comments