Skip to content

Commit 1de1cd5

Browse files
committed
avoid ci error
> Error: Input required and not supplied: key
1 parent c707db5 commit 1de1cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
~/.cargo/registry/index/
3232
~/.cargo/registry/cache/
3333
target/
34-
key: ${{ hashFiles('Cargo.lock') }}
34+
key: key-${{ hashFiles('Cargo.lock') }}
3535
- uses: actions/checkout@v6
3636
- uses: rustsec/audit-check@v2
3737
with:

0 commit comments

Comments
 (0)