Skip to content

Commit 207b153

Browse files
committed
[Feat] 의존성 설치 명령어 입력
1 parent 78c3866 commit 207b153

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/upload_product.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ jobs:
1414

1515
- name: Install Tuist
1616
run: |
17-
bash <(curl -Ls https://install.tuist.io)
17+
bash <(curl -Ls https://install.tuist.io)
18+
19+
- name: Install Dependencies
20+
run: |
21+
tuist install

0 commit comments

Comments
 (0)