From bd7e32b79131d24a01567deb17e217ba6eef19a4 Mon Sep 17 00:00:00 2001 From: chanhihi Date: Fri, 26 Apr 2024 20:38:31 +0900 Subject: [PATCH] fix: ruby --- .github/workflows/Deployment.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Deployment.yml b/.github/workflows/Deployment.yml index de655eb..efcb0c6 100644 --- a/.github/workflows/Deployment.yml +++ b/.github/workflows/Deployment.yml @@ -23,6 +23,11 @@ jobs: - name: Checkout uses: actions/checkout@v3 + - name: Set up Ruby 2.6 + uses: actions/setup-ruby@v1 + with: + ruby-version: 2.6 + - name: Set Xcode version run: sudo xcode-select -s '/Applications/Xcode_15.2.0.app/Contents/Developer' @@ -49,10 +54,6 @@ jobs: - name: Install Fastlane run: brew install fastlane - - - uses: actions/setup-ruby@v1 - with: - ruby-version: 2.7 - name: Tuist clean run: tuist clean