mirror of
https://github.com/moonrepo/setup-rust.git
synced 2025-04-30 05:40:03 +00:00
new: Support custom target dirs. (#19)
This commit is contained in:
parent
c91b4202a2
commit
dcab3dcf9f
7 changed files with 183 additions and 124 deletions
|
@ -1,3 +1,10 @@
|
|||
# 1.2.0
|
||||
|
||||
- Added a `target-dirs` input, allowing the target folders to be specified. Can now cache multiple
|
||||
target folders.
|
||||
- Updated to skip caching a directory if it does not exist, instead of failing.
|
||||
- Updated dependencies.
|
||||
|
||||
# 1.1.0
|
||||
|
||||
- Added a `cache-base` input. When provided, will only save cache on this branch/ref, but will
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue