Skip to content

🔧 Fix install tuist #188

🔧 Fix install tuist

🔧 Fix install tuist #188

Workflow file for this run

name: Build
on: [pull_request, push]
jobs:
build:
name: Build
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- uses: AckeeCZ/[email protected]
- uses: actions/cache@v3
with:
path: Carthage
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
run: |
~/.local/bin/mise exec -- tuist fetch

Check failure on line 26 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 26
~/.local/bin/mise exec -- tuist generate
- name: Build project
run: ~/.local/bin/mise exec -- tuist build