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 a220e6d commit 9303545
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/uploadTestflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,16 @@ jobs:

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

- name: Install Mise
run: |
curl https://mise.jdx.dev/mise-latest-macos-arm64 > ~/bin/mise
chmod +x ~/bin/mise
mise install [email protected]
mise use [email protected]
# Use Mise to install a specific version of Tuist
# - name: Install Specific Tuist Version
Expand Down

0 comments on commit 9303545

Please sign in to comment.