Create cache file.

This commit is contained in:
Miles Johnson 2023-11-17 09:51:54 -08:00
parent 131628d94f
commit d87f327046
5 changed files with 94 additions and 68 deletions

View file

@ -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'