Skip to content

Commit 2a88a70

Browse files
committed
[Feat] Tuist 설치 명령어 제거
1 parent d4bfdfe commit 2a88a70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cicd-automation.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: jdx/mise-action@v2
1919

20-
- name: Install Tuist
21-
run: |
22-
bash <(curl -Ls https://install.tuist.io)
20+
# - name: Install Tuist
21+
# run: |
22+
# bash <(curl -Ls https://install.tuist.io)
2323

2424
- name: Create Release & Debug Configuration Files
2525
env:

0 commit comments

Comments
 (0)