From 3bf15bc83d33a1beecb7da02d7d2be0b94a73d15 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:46:18 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20#29=20mise=20=EC=84=A4=EC=B9=98=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/feature.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index 02085100..8ed49a16 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -22,7 +22,7 @@ jobs: - name: initial mise run: | curl https://mise.run | sh \ - echo 'eval "$(~/.local/bin/mise activate zsh)"' >> ~/.zshrc + echo 'export PATH="$HOME/.local/share/mise/shims:$PATH"' >> ~/.bash_profile - name: initial tuist run: mise install tuist