Skip to content

Commit

Permalink
Update cache key for Rust artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
thedataking committed May 11, 2022
1 parent 6b05591 commit 501d03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/internal-testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
~/.cargo/git
target
${{ github.workspace }}/testsuite/tests/**/compile_commands.json
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-${{ hashFiles('**/Cargo.lock', 'c2rust-ast-exporter/**/CMakeLists.txt', 'examples/**/CMakeLists.txt') }}
restore-keys: |
${{ runner.os }}-cargo-
Expand Down

0 comments on commit 501d03b

Please sign in to comment.