We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da71edb commit fa35fa1Copy full SHA for fa35fa1
1 file changed
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
- uses: actions/cache@v1
37
with:
38
path: vendor/bundle
39
- key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
+ key: ${{ runner.os }}-gems-${{ matrix.ruby}}-${{ hashFiles('**/Gemfile.lock') }}
40
restore-keys: |
41
${{ runner.os }}-gems-
42
- name: Set up Ruby ${{ matrix.ruby }}
0 commit comments