We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3597d80 commit 6451a71Copy full SHA for 6451a71
.github/workflows/ruby-build.yml
@@ -50,7 +50,7 @@ jobs:
50
~/.cargo/registry
51
~/.cargo/git
52
ruby/target
53
- key: ${{ runner.os }}-rust-cargo-${{ hashFiles('**/Cargo.lock') }}
+ key: ${{ runner.os }}-ruby-rust-cargo-${{ hashFiles('ruby/**/Cargo.lock') }}
54
- name: Check formatting
55
run: cargo fmt --all -- --check
56
- name: Build
ruby/actions/create-extractor-pack/action.yml
@@ -9,7 +9,7 @@ runs:
9
10
11
12
- key: ${{ runner.os }}-qltest-cargo-${{ hashFiles('ruby/**/Cargo.lock') }}
+ key: ${{ runner.os }}-ruby-qltest-cargo-${{ hashFiles('ruby/**/Cargo.lock') }}
13
- name: Build Extractor
14
shell: bash
15
run: scripts/create-extractor-pack.sh
0 commit comments