Skip to content

Commit

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

0 comments on commit 9a9e6f5

Please sign in to comment.