Skip to content

Commit

Permalink
ci: include the target in the cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmaus committed Mar 24, 2022
1 parent 65146eb commit 8add5a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Expand Up @@ -38,6 +38,8 @@ jobs:

- name: Cache
uses: Swatinem/rust-cache@v1
with:
key: ${{ matrix.target }}

- name: Compile
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 8add5a7

Please sign in to comment.