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 46b0371 commit 758febb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ jobs:
- name: Install Tuist
run: |
curl https://mise.run | sh
eval "$(~/.local/bin/mise activate bash)"
mise install tuist
- name: Build Carthage dependencies
run: carthage bootstrap --cache-builds --use-xcframeworks
- name: Generate project
run: tuist fetch && tuist generate
run: mise exec -- tuist fetch && mise exec -- tuist generate
- name: Build project
run: tuist build
run: mise exec -- tuist build

0 comments on commit 758febb

Please sign in to comment.