Skip to content

Commit

Permalink
Let's uninstall again
Browse files Browse the repository at this point in the history
  • Loading branch information
clarmso committed Dec 19, 2024
1 parent b441807 commit f68d71e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/focus-ios-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
steps:
- name: Check out source code
uses: actions/[email protected]
- name: Install packages
id: packages
run: |
gem uninstall xcpretty -v 0.4.0
gem install xcpretty -v 0.3.0
xcpretty -version
pip install blockkit==1.9.1
- name: Setup Xcode
id: xcode
run: |
Expand Down Expand Up @@ -63,7 +70,7 @@ jobs:
- name: Install packages
id: packages
run: |
gem uninstall xcpretty -ax -v 0.4.0
gem uninstall xcpretty -v 0.4.0
gem install xcpretty -v 0.3.0
xcpretty -version
pip install blockkit==1.9.1
Expand Down

0 comments on commit f68d71e

Please sign in to comment.