Skip to content

Commit

Permalink
[IDLE-000] mise설치경로 확인 코드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
J0onYEong authored Nov 18, 2024
1 parent a271f53 commit 317b47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge_to_develop_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- name: install tuist
if: steps.cache-tuist.outputs.cache-hit != 'true'
run: |
mise config set local-path /Users/runner/.local/share/mise/shims
mise install tuist@${{ env.TUIST_VERSION }}
mise use -g tuist@${{ env.TUIST_VERSION }}
mise where tuist
- name: check paths
run: |
Expand Down

0 comments on commit 317b47f

Please sign in to comment.