From 31cfc1f0ca11a00d1fa7b2c0ecbe6998d93f7fae Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Fri, 9 Aug 2024 08:43:10 +0200 Subject: [PATCH] CI: Use bundler-cache in ruby/setup-ruby --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8759caa..aa625d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,6 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - - name: Install dependencies - run: bundle install --jobs $(nproc) --retry 3 + bundler-cache: true # 'bundle install' and cache gems - name: Run rake run: bundle exec rake