Skip to content

Commit

Permalink
[fix] #29 mise 설치 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 authored Jul 10, 2024
1 parent 8676bd7 commit 3bf15bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bf15bc

Please sign in to comment.