diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index fc1d2506..02085100 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -19,7 +19,14 @@ jobs: uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: '15.0' - + - name: initial mise + run: | + curl https://mise.run | sh \ + echo 'eval "$(~/.local/bin/mise activate zsh)"' >> ~/.zshrc + + - name: initial tuist + run: mise install tuist + - name: generate project # - run: expect <