Skip to content

Commit

Permalink
[Feat] 의존성 설치 명령어 입력
Browse files Browse the repository at this point in the history
  • Loading branch information
jayn2u committed Sep 13, 2024
1 parent 78c3866 commit 207b153
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/upload_product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ jobs:

- name: Install Tuist
run: |
bash <(curl -Ls https://install.tuist.io)
bash <(curl -Ls https://install.tuist.io)
- name: Install Dependencies
run: |
tuist install

0 comments on commit 207b153

Please sign in to comment.