Skip to content

Commit

Permalink
fix shared-key parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <[email protected]>
  • Loading branch information
andrewwhitehead committed Jan 26, 2023
1 parent a5b8a64 commit 618a44e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Cache cargo resources
uses: Swatinem/rust-cache@v2
with:
sharedKey: check
shared-key: check
cache-on-failure: true

- name: Cargo fmt
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Cache cargo resources
uses: Swatinem/rust-cache@v2
with:
sharedKey: check
shared-key: check

- if: "!matrix.use_cross"
name: Build library
Expand Down

0 comments on commit 618a44e

Please sign in to comment.