diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 068f9755..f0965e45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -184,7 +184,7 @@ jobs: - name: Install Ruby and Bundler uses: ruby/setup-ruby@v1 with: - bundler-cache: true + bundler-cache: false ruby-version: 'ruby' - name: Setup git for committing