Skip to content

Commit 6451a71

Browse files
committed
Ruby: use ruby specific cache key
1 parent 3597d80 commit 6451a71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ruby-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
~/.cargo/registry
5151
~/.cargo/git
5252
ruby/target
53-
key: ${{ runner.os }}-rust-cargo-${{ hashFiles('**/Cargo.lock') }}
53+
key: ${{ runner.os }}-ruby-rust-cargo-${{ hashFiles('ruby/**/Cargo.lock') }}
5454
- name: Check formatting
5555
run: cargo fmt --all -- --check
5656
- name: Build

ruby/actions/create-extractor-pack/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
~/.cargo/registry
1010
~/.cargo/git
1111
ruby/target
12-
key: ${{ runner.os }}-qltest-cargo-${{ hashFiles('ruby/**/Cargo.lock') }}
12+
key: ${{ runner.os }}-ruby-qltest-cargo-${{ hashFiles('ruby/**/Cargo.lock') }}
1313
- name: Build Extractor
1414
shell: bash
1515
run: scripts/create-extractor-pack.sh

0 commit comments

Comments
 (0)