Skip to content

Commit 6aa7fad

Browse files
committed
install xcpretty
1 parent 518a334 commit 6aa7fad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/performance.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ jobs:
9797
steps:
9898
- uses: actions/checkout@v4
9999
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
100+
- name: Setup Bundler
101+
run: scripts/setup_bundler.sh
102+
- name: Install xcpretty
103+
run: gem install xcpretty
100104
- uses: actions/setup-python@v5
101105
with:
102106
python-version: '3.11'

0 commit comments

Comments
 (0)