mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
Update actions/cache action to v2.1.6
This commit is contained in:
parent
9c4b575697
commit
9549ea0332
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
rm -rf mgba.tar.xz mGBA-0.9.0-ubuntu64-focal
|
rm -rf mgba.tar.xz mGBA-0.9.0-ubuntu64-focal
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Cache
|
- name: Cache
|
||||||
uses: actions/cache@v2.1.1
|
uses: actions/cache@v2.1.6
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cargo/registry
|
~/.cargo/registry
|
||||||
|
|
Loading…
Reference in a new issue