mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +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
|
||||
- uses: actions/checkout@v2
|
||||
- name: Cache
|
||||
uses: actions/cache@v2.1.1
|
||||
uses: actions/cache@v2.1.6
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry
|
||||
|
|
Loading…
Reference in a new issue