Skip to content

Commit

Permalink
🚧 FIXUP - remove install tuist with brew + add reinstall on brew upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Oct 21, 2023
1 parent e662911 commit e4e3a05
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci-system-tools_upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
with:
fetch-depth: 1 # shallow clone

- name: Install tuist
run: |
brew install tuist --no-quarantine
- name: Tools' versions
run: |
which fastlane
Expand All @@ -49,6 +45,7 @@ jobs:
run: |
brew update
brew upgrade
brew reinstall tuist --no-quarantine
brew cleanup -s --prune=all
- name: Upgrade bundle
Expand Down

0 comments on commit e4e3a05

Please sign in to comment.