From 3e7847e6a9d0afe062cf7281ed5e5cd2dbef32b4 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Sun, 8 Sep 2024 22:36:56 +0200 Subject: [PATCH] CI: trust bundler: cache --- .github/workflows/project-build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/project-build.yml b/.github/workflows/project-build.yml index e0fc51f4..64b636de 100644 --- a/.github/workflows/project-build.yml +++ b/.github/workflows/project-build.yml @@ -26,10 +26,7 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - bundler-cache: true - - - name: Install dependencies - run: bundle install + bundler-cache: true # 'bundle install' and cache gems - name: Run tests and Rubocop run: |