Skip to content

Commit

Permalink
fix: tuist version
Browse files Browse the repository at this point in the history
  • Loading branch information
chanhihi committed Apr 26, 2024
1 parent 357a4de commit 7dddf0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,16 @@ jobs:
- name: Setting Master Key
run: |
echo "$MASTER_KEY" > Tuist/master.key
- name: Mise
uses: jdx/mise-action@v2

- name: Install Tuist
run: mise install tuist@${{ env.TUIST_VERSION }}

- name: Tuist version
run: mise use -g tuist@${{ env.TUIST_VERSION }}

- name: Install Fastlane
run: brew install fastlane

Expand Down

0 comments on commit 7dddf0e

Please sign in to comment.