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

0 comments on commit a863aec

Please sign in to comment.