Ruby: update new cargo target directory in make and actions

This commit is contained in:
Paolo Tranquilli
2024-09-11 10:59:34 +02:00
parent aa6726a401
commit d8db0e43da
3 changed files with 12 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ runs:
path: |
~/.cargo/registry
~/.cargo/git
ruby/target
target
key: ${{ runner.os }}-${{ steps.os_version.outputs.version }}-ruby-qltest-cargo-${{ hashFiles('ruby/extractor/rust-toolchain.toml', 'ruby/scripts/create-extractor-pack.sh', 'ruby/extractor/**/Cargo.lock') }}
- name: Build Extractor
if: steps.cache-extractor.outputs.cache-hit != 'true'