This commit is contained in:
parent
ce4c1803d1
commit
77d025387e
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ jobs:
|
||||||
run: sudo apt-get install -y cargo
|
run: sudo apt-get install -y cargo
|
||||||
|
|
||||||
- name: Cache dependencies (restore)
|
- name: Cache dependencies (restore)
|
||||||
uses: actions/cache/restore@v4
|
uses: actions/cache/restore@v2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
target
|
target
|
||||||
|
@ -31,7 +31,7 @@ jobs:
|
||||||
run: cargo fetch
|
run: cargo fetch
|
||||||
|
|
||||||
- name: Cache dependencies (save)
|
- name: Cache dependencies (save)
|
||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
target
|
target
|
||||||
|
|
Loading…
Add table
Reference in a new issue