From 0760062dba1c5e3f83eca9f67c29cbef417a4ca5 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 20 Feb 2025 14:55:59 +0300 Subject: [PATCH] remove ruby cache --- .github/workflows/actions.yml | 2 +- .github/workflows/testflight-prod.yml | 2 +- .github/workflows/testflight-qa.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index f636247603..2e5871b185 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -27,7 +27,7 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: '2.7' - bundler-cache: true + bundler-cache: false - name: Setup - Xcode uses: maxim-lobanov/setup-xcode@v1 diff --git a/.github/workflows/testflight-prod.yml b/.github/workflows/testflight-prod.yml index efb4aea4ef..008d8aa034 100644 --- a/.github/workflows/testflight-prod.yml +++ b/.github/workflows/testflight-prod.yml @@ -22,7 +22,7 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: '2.7' - bundler-cache: true + bundler-cache: false - name: Setup - Xcode uses: maxim-lobanov/setup-xcode@v1 diff --git a/.github/workflows/testflight-qa.yml b/.github/workflows/testflight-qa.yml index ee0019c11f..b2e5917dd8 100644 --- a/.github/workflows/testflight-qa.yml +++ b/.github/workflows/testflight-qa.yml @@ -22,7 +22,7 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: '2.7' - bundler-cache: true + bundler-cache: false - name: Setup - Xcode uses: maxim-lobanov/setup-xcode@v1