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 5050 ~/.cargo/registry
5151 ~/.cargo/git
5252 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') }}
5454 - name : Check formatting
5555 run : cargo fmt --all -- --check
5656 - name : Build
Original file line number Diff line number Diff line change 99 ~/.cargo/registry
1010 ~/.cargo/git
1111 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') }}
1313 - name : Build Extractor
1414 shell : bash
1515 run : scripts/create-extractor-pack.sh
You can’t perform that action at this time.
0 commit comments