Skip to content

Commit 5173820

Browse files
committed
install xcpretty
1 parent 9806577 commit 5173820

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/prerelease.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
steps:
9595
- uses: actions/checkout@v4
9696
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
97+
- name: Prereqs
98+
run: gem install xcpretty
9799
- name: Xcode
98100
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
99101
- name: Setup testing repo and quickstart

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ jobs:
9191
- uses: actions/checkout@v4
9292
with:
9393
fetch-depth: 0 # Required for pulling down repo tags.
94+
- name: Prereqs
95+
run: gem install xcpretty
9496
- name: Set Xcode version
9597
run: sudo xcode-select -s /Applications/Xcode_16.4.app
9698
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1

0 commit comments

Comments
 (0)