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 9806577 commit 5173820Copy full SHA for 5173820
.github/workflows/prerelease.yml
@@ -94,6 +94,8 @@ jobs:
94
steps:
95
- uses: actions/checkout@v4
96
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
97
+ - name: Prereqs
98
+ run: gem install xcpretty
99
- name: Xcode
100
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
101
- name: Setup testing repo and quickstart
.github/workflows/release.yml
@@ -91,6 +91,8 @@ jobs:
91
92
with:
93
fetch-depth: 0 # Required for pulling down repo tags.
- name: Set Xcode version
run: sudo xcode-select -s /Applications/Xcode_16.4.app
0 commit comments