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: