From 78c3866a1517e975ba642c49b673c0c95f2565ec Mon Sep 17 00:00:00 2001 From: Jiwoong CHOI Date: Fri, 13 Sep 2024 16:43:18 +0900 Subject: [PATCH] =?UTF-8?q?[Feat]=20Tuist=20=EC=84=A4=EC=B9=98=20=EB=AA=85?= =?UTF-8?q?=EB=A0=B9=EC=96=B4=20=EC=9E=85=EB=A0=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/upload_product.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/upload_product.yml b/.github/workflows/upload_product.yml index c517162b..3bc48353 100644 --- a/.github/workflows/upload_product.yml +++ b/.github/workflows/upload_product.yml @@ -11,3 +11,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + + - name: Install Tuist + run: | + bash <(curl -Ls https://install.tuist.io) \ No newline at end of file