From 207b1530e2f83748dca5ebc7cd7ab9802d6480b6 Mon Sep 17 00:00:00 2001 From: Jiwoong CHOI Date: Fri, 13 Sep 2024 16:45:01 +0900 Subject: [PATCH] =?UTF-8?q?[Feat]=20=EC=9D=98=EC=A1=B4=EC=84=B1=20?= =?UTF-8?q?=EC=84=A4=EC=B9=98=20=EB=AA=85=EB=A0=B9=EC=96=B4=20=EC=9E=85?= =?UTF-8?q?=EB=A0=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/upload_product.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/upload_product.yml b/.github/workflows/upload_product.yml index 3bc4835..e5431a7 100644 --- a/.github/workflows/upload_product.yml +++ b/.github/workflows/upload_product.yml @@ -14,4 +14,8 @@ jobs: - name: Install Tuist run: | - bash <(curl -Ls https://install.tuist.io) \ No newline at end of file + bash <(curl -Ls https://install.tuist.io) + + - name: Install Dependencies + run: | + tuist install \ No newline at end of file