From 9c7e4addb25d58bac14346e3d279a854a1dc2513 Mon Sep 17 00:00:00 2001 From: chanhihi Date: Fri, 26 Apr 2024 20:22:37 +0900 Subject: [PATCH] build: mise --- .github/workflows/Deployment.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Deployment.yml b/.github/workflows/Deployment.yml index 44271fa..272adbf 100644 --- a/.github/workflows/Deployment.yml +++ b/.github/workflows/Deployment.yml @@ -20,9 +20,8 @@ jobs: TUIST_VERSION: "3.36.2" steps: - - name: Checkout + Mise + - name: Checkout uses: actions/checkout@v3 - uses: jdx/mise-action@v2 - name: Set Xcode version run: sudo xcode-select -s '/Applications/Xcode_15.2.0.app/Contents/Developer' @@ -41,7 +40,10 @@ 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.TUIIST_VERSION }}