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 6926013 commit 7a362abCopy full SHA for 7a362ab
.github/workflows/common_quickstart.yml
@@ -77,6 +77,8 @@ jobs:
77
steps:
78
- uses: actions/checkout@v4
79
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
80
+ - name: Prereqs
81
+ run: gem install xcpretty
82
- name: Xcode
83
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
84
- name: Run setup command.
0 commit comments