Skip to content

Commit

Permalink
Fix caching on databroker build
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schildt <[email protected]>
  • Loading branch information
SebastianSchildt committed May 10, 2024
1 parent 4848d0b commit 712d533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kuksa_databroker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
~/.cargo/.crates.toml
~/.cargo/.crates2.json
~/.cache/pip/
target-*/
target/
key: databroker-coverage-${{ hashFiles('**/Cargo.lock') }}
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
~/.cargo/git/db/
~/.cargo/.crates.toml
~/.cargo/.crates2.json
target/
target-*/
key: databroker-release-${{ matrix.platform.name }}-${{ hashFiles('**/Cargo.lock') }}
- name: Install build prerequisites
working-directory: ${{github.workspace}}/
Expand Down

0 comments on commit 712d533

Please sign in to comment.