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 99920c9 commit 4b7f6f7
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/uploadTestflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,14 @@ jobs:
- name: Install and Activate Mise
run: |
curl https://mise.run | sh
# Add Mise shims directory to PATH for immediate access
echo 'export PATH="$HOME/.local/share/mise/shims:$PATH"' >> $GITHUB_ENV
# Activate Mise in the current shell session
eval "$(/Users/runner/.local/bin/mise activate bash)"
# Check Mise installation status
mise doctor
# Install Tuist using Mise
- name: Install Specific Tuist Version
run: mise install tuist@4.25.0
run: mise install tuist@4.20.0

# Use the installed Tuist version
- name: Use Specific Tuist Version
run: mise use -g tuist@4.25.0
run: mise use -g tuist@4.20.0



Expand Down

0 comments on commit 4b7f6f7

Please sign in to comment.