Skip to content

Commit

Permalink
🔧 Fix install tuist
Browse files Browse the repository at this point in the history
  • Loading branch information
olejnjak committed Feb 22, 2024
1 parent cb79489 commit 82a4ed5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
run: carthage bootstrap --cache-builds --use-xcframeworks
- name: Build project
run: |
curl https://mise.run | sh
~/.local/bin/mise install tuist
~/.local/bin/mise exec -- tuist fetch
~/.local/bin/mise exec -- tuist generate
~/.local/bin/mise exec -- tuist build
bash <(curl -Ls https://install.tuist.io)
tuist fetch
tuist generate
tuist build

0 comments on commit 82a4ed5

Please sign in to comment.