Skip to content

Commit

Permalink
ci: reuse github cache but force to recreate new one per branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuthor committed Jul 8, 2024
1 parent 4e315cc commit fa9098a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: cargo-cache
uses: Swatinem/rust-cache@v2
with:
prefix-key: ${{ inputs.distrib }}
key: ${{ inputs.distrib }}-${{ github.ref_name }}
cache-directories: |
- /lib/x86_64-linux-gnu/libtdx_attest.so
- /lib/x86_64-linux-gnu/libtdx_attest.so.1
Expand Down

0 comments on commit fa9098a

Please sign in to comment.