Skip to content

Commit

Permalink
[fix] #29 tuist 설치 코드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 authored Jul 10, 2024
1 parent 77f5f1d commit 8676bd7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@ jobs:
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0'

- name: initial mise
run: |
curl https://mise.run | sh \
echo 'eval "$(~/.local/bin/mise activate zsh)"' >> ~/.zshrc
- name: initial tuist
run: mise install tuist

- name: generate project
# - run: expect <<EOF
# set timeout -1
Expand Down

0 comments on commit 8676bd7

Please sign in to comment.