From 5dcc7f1f7f2c3cea436d63febdb78a170158a291 Mon Sep 17 00:00:00 2001 From: Julik Tarkhanov Date: Tue, 7 Nov 2023 10:21:39 +0100 Subject: [PATCH] Seems like caching is the issue here see https://github.com/ruby/setup-ruby/issues/543 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10ed9c8..8fdb5c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - bundler-cache: true + # bundler-cache: true - name: "Tests and Lint" run: bundle exec rake # env: