From 9a9e6f5e5e820f12609508cc37ebd60a4303b2ef 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:50:11 +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=EC=97=90=20shell=20=EC=A7=80=EC=A0=95=20?= =?UTF-8?q?=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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index 8ed49a16..d8b31243 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -22,7 +22,8 @@ jobs: - name: initial mise run: | curl https://mise.run | sh \ - echo 'export PATH="$HOME/.local/share/mise/shims:$PATH"' >> ~/.bash_profile + echo 'eval "$(~/.local/bin/mise activate bash)"' >> ~/.bashrc \ + shell: bash - name: initial tuist run: mise install tuist