Skip to content

Commit

Permalink
Update uploadTestflight.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy-wonji authored Aug 31, 2024
1 parent 2f27988 commit 78c5845
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/uploadTestflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- name: Install Mise
run: curl https://mise.run | sh

- name: Uninstall Deprecated Tuist
run: curl -Ls https://uninstall.tuist.io | bash
# - name: Uninstall Deprecated Tuist
# run: curl -Ls https://uninstall.tuist.io | bash

# Install Tuist using the new installation method
- name: Install Tuist
run: curl -Ls https://install.tuist.io | bash
# # Install Tuist using the new installation method
# - name: Install Tuist
# run: curl -Ls https://install.tuist.io | bash

# Use Mise to install a specific version of Tuist
- name: Install Specific Tuist Version
Expand Down

0 comments on commit 78c5845

Please sign in to comment.