Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c32ab7 commit ce0354aCopy full SHA for ce0354a
2 files changed
.github/workflows/ruby-build.yml
@@ -50,7 +50,7 @@ jobs:
50
~/.cargo/registry
51
~/.cargo/git
52
ruby/target
53
- key: ${{ runner.os }}-ruby-rust-cargo-${{ hashFiles('ruby/**/Cargo.lock') }}
+ key: ${{ runner.os }}-ruby-rust-${{hashFiles('ruby/rust-toolchain.toml'}}-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 }}-ruby-qltest-cargo-${{ hashFiles('ruby/**/Cargo.lock') }}
+ key: ${{ runner.os }}-ruby-qltest-${{hashFiles('ruby/rust-toolchain.toml')}}-cargo-${{ hashFiles('ruby/**/Cargo.lock') }}
13
- name: Build Extractor
14
shell: bash
15
run: scripts/create-extractor-pack.sh
0 commit comments