Skip to content

Commit

Permalink
Setup bundler cache for all Ruby installation jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
andyundso committed Apr 30, 2024
1 parent 0b12511 commit 49c557d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -66,6 +66,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true

- name: Download precompiled gem
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -186,6 +187,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true

- name: Download precompiled gem
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -306,6 +308,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true

- name: Build gem
shell: pwsh
Expand Down Expand Up @@ -443,6 +446,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true

- name: Build gem
shell: bash
Expand Down

0 comments on commit 49c557d

Please sign in to comment.