Skip to content

Commit

Permalink
Merge pull request #11 from 42Box/develop
Browse files Browse the repository at this point in the history
Deploy main merge 10
  • Loading branch information
chanhihi authored Apr 26, 2024
2 parents 1f239e6 + 7dddf0e commit 1c1305b
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 1c1305b

Please sign in to comment.