Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FirstDo authored Sep 6, 2024
1 parent a3fc465 commit a66785a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ jobs:
MASTER_KEY: ${{secrets.MASTER_KEY}}

- name: Install Tuist
run: brew install --formula [email protected]
run: brew install tuist

- run: tuistenv install 3.9.0
- run: tuistenv local 3.9.0
- run: tuistenv global 3.9.0
- run: ehco tuist --version

- name: Install Fastlane
run: brew install fastlane
Expand Down

0 comments on commit a66785a

Please sign in to comment.