paths -> path

This commit is contained in:
asonix 2024-02-07 16:31:01 -06:00
parent 0b2afb1ac8
commit 39c74274fd
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ runs:
id: cache
uses: https://github.com/actions/cache/restore@v4
with:
paths: |
path: |
~/.cargo/bin
~/.cargo/registry/index
~/.cargo/registry/cache
@ -54,7 +54,7 @@ runs:
uses: https://github.com/actions/cache/restore@v4
if: steps.cache.ou.cache-hit != 'true'
with:
paths: |
path: |
~/.cargo/bin
~/.cargo/registry/index
~/.cargo/registry/cache