mirror of
https://github.com/moonrepo/setup-rust.git
synced 2025-04-29 21:40:01 +00:00
Create cache file.
This commit is contained in:
parent
131628d94f
commit
d87f327046
5 changed files with 94 additions and 68 deletions
|
@ -9,6 +9,8 @@ inputs:
|
|||
cache:
|
||||
description: 'Toggle caching of ~/.cargo/registry and /target/<cache-target> directories.'
|
||||
default: true
|
||||
cache-base:
|
||||
description: 'Base branch or ref to save cache. Other branches and refs will restore from this base.'
|
||||
cache-target:
|
||||
description: 'Name of the target profile to cache.'
|
||||
default: 'debug'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue