Skip to content

Commit 962a89c

Browse files
committed
fix: include Ruby version in CI cache key
1 parent ef67d70 commit 962a89c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
~/.cargo/registry
1717
~/.cargo/git
1818
tmp
19-
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
19+
key: ${{ runner.os }}-${{ matrix.ruby }}-cargo-${{ hashFiles('**/Cargo.lock') }}
2020
- uses: ruby/setup-ruby@v1
2121
with:
2222
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)