Update to actions/cache@v2 (#742)
This commit is contained in:
parent
d43241a781
commit
991589131b
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
echo /usr/local/opt/gnu-tar/libexec/gnubin > $GITHUB_PATH
|
||||
|
||||
- name: Cache Cargo
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry
|
||||
|
Loading…
Reference in New Issue
Block a user