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