From fef698a12f97d9348026552a1b5c980615344f69 Mon Sep 17 00:00:00 2001 From: Alexandre Barret Date: Mon, 21 Oct 2024 08:27:55 +1300 Subject: [PATCH] remove bundler cache --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c53e0c0..cffe086d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - bundler-cache: true + bundler-cache: false - run: bundle install - run: bundle exec rake @@ -61,5 +61,5 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: 2.5 - bundler-cache: true + bundler-cache: false - run: bin/test/${{ matrix.repo }}