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 25dc4aa commit 3822a4e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,12 @@ jobs:
key: ${{ runner.os }}-carthage-${{ hashFiles('**/Cartfile.resolved') }}
restore-keys: |
${{ runner.os }}-carthage-
- name: Install Tuist
run: |
curl https://mise.run | sh
~/.local/bin/mise install tuist
- name: Build Carthage dependencies
run: carthage bootstrap --cache-builds --use-xcframeworks
- name: Generate project
- 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
- name: Build project
run: ~/.local/bin/mise exec -- tuist build
~/.local/bin/mise exec -- tuist build

0 comments on commit 3822a4e

Please sign in to comment.