ci: Use correct action convention
This commit is contained in:
parent
17c6b443e6
commit
b1b9505f48
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
- name: Cache Rust
|
||||
uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
prefix-key: ${{steps.rust.outputs.cachekey}}-rust
|
||||
prefix-key: v${{steps.rust.outputs.cachekey}}-rust
|
||||
|
||||
- name: Setup SSH
|
||||
uses: webfactory/ssh-agent@v0.5.3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue