workflows/tests: split gem cache per OS version
This commit is contained in:
parent
de575da014
commit
e91dc6f6dc
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -313,8 +313,8 @@ jobs:
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
|
||||
key: ${{ runner.os }}-rubygems${{ matrix.ruby }}-${{ steps.set-up-homebrew.outputs.gems-hash }}
|
||||
restore-keys: ${{ runner.os }}-rubygems${{ matrix.ruby }}-
|
||||
key: ${{ matrix.runs-on }}-tests-rubygems${{ matrix.ruby }}-${{ steps.set-up-homebrew.outputs.gems-hash }}
|
||||
restore-keys: ${{ matrix.runs-on }}-tests-rubygems${{ matrix.ruby }}-
|
||||
|
||||
- name: Setup Ruby
|
||||
if: matrix.ruby
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user