From 7dddf0ed750b1e507afc486df491c9be2f8a9a52 Mon Sep 17 00:00:00 2001 From: chanhihi Date: Fri, 26 Apr 2024 20:51:54 +0900 Subject: [PATCH] fix: tuist version --- .github/workflows/Deployment.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Deployment.yml b/.github/workflows/Deployment.yml index 949af3f..2bfed72 100644 --- a/.github/workflows/Deployment.yml +++ b/.github/workflows/Deployment.yml @@ -46,13 +46,16 @@ jobs: - name: Setting Master Key run: | echo "$MASTER_KEY" > Tuist/master.key - + - name: Mise uses: jdx/mise-action@v2 - name: Install Tuist run: mise install tuist@${{ env.TUIST_VERSION }} + - name: Tuist version + run: mise use -g tuist@${{ env.TUIST_VERSION }} + - name: Install Fastlane run: brew install fastlane