Skip to content

Commit

Permalink
uninstall xcpretty before downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
clarmso committed Dec 19, 2024
1 parent bc87364 commit 05c8ef8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/focus-ios-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@ jobs:
- name: Install packages
id: packages
run: |
gem install xcpretty -v 0.2.8
pip install blockkit==1.9.1
gem uninstall xcpretty -ax
gem install xcpretty -v 0.3.0
xcpretty -version
pip install blockkit==1.9.1
- name: Setup Xcode
id: xcode
run: |
Expand Down

0 comments on commit 05c8ef8

Please sign in to comment.