new: Add cache-target input.

This commit is contained in:
Miles Johnson 2023-05-08 10:13:11 -07:00
parent cef1bc3f53
commit 28b46eda6c
5 changed files with 26 additions and 9 deletions

View file

@ -7,8 +7,11 @@ inputs:
bins:
description: 'Comma-separated list of global binaries to install into Cargo.'
cache:
description: 'Toggle caching of ~/.cargo/registry and /target/debug directories.'
description: 'Toggle caching of ~/.cargo/registry and /target/<cache-target> directories.'
default: true
cache-target:
description: 'Name of the target profile to cache.'
default: 'debug'
channel:
description: 'Toolchain specification/channel to install.'
components: