Skip to content

Commit fa35fa1

Browse files
committed
include ruby in cache line
1 parent da71edb commit fa35fa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/cache@v1
3737
with:
3838
path: vendor/bundle
39-
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
39+
key: ${{ runner.os }}-gems-${{ matrix.ruby}}-${{ hashFiles('**/Gemfile.lock') }}
4040
restore-keys: |
4141
${{ runner.os }}-gems-
4242
- name: Set up Ruby ${{ matrix.ruby }}

0 commit comments

Comments
 (0)