File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 50
50
~/.cargo/registry
51
51
~/.cargo/git
52
52
ruby/target
53
- key : ${{ runner.os }}-ruby-rust-${{hashFiles('ruby/rust-toolchain.toml'}}-cargo-${{ hashFiles( 'ruby/**/Cargo.lock') }}
53
+ key : ${{ runner.os }}-ruby-rust-cargo- ${{ hashFiles('ruby/rust-toolchain.toml', 'ruby/**/Cargo.lock') }}
54
54
- name : Check formatting
55
55
run : cargo fmt --all -- --check
56
56
- name : Build
Original file line number Diff line number Diff line change 9
9
~/.cargo/registry
10
10
~/.cargo/git
11
11
ruby/target
12
- key : ${{ runner.os }}-ruby-qltest-${{hashFiles('ruby/rust-toolchain.toml')}}-cargo-${{ hashFiles( 'ruby/**/Cargo.lock') }}
12
+ key : ${{ runner.os }}-ruby-qltest-cargo- ${{ hashFiles('ruby/rust-toolchain.toml', 'ruby/**/Cargo.lock') }}
13
13
- name : Build Extractor
14
14
shell : bash
15
15
run : scripts/create-extractor-pack.sh
You can’t perform that action at this time.
0 commit comments