From 8676bd750f06fe380b15086eb01ef24dff58db6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8F=84=ED=98=95?= <108233361+ShapeKim98@users.noreply.github.com> Date: Wed, 10 Jul 2024 16:38:51 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20#29=20tuist=20=EC=84=A4=EC=B9=98=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/feature.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 <