mirror of
https://github.com/actions-rs/toolchain.git
synced 2025-09-06 16:21:57 +03:00
add profile support
This commit is contained in:
parent
941154aed5
commit
5185c16d06
4 changed files with 17 additions and 4 deletions
|
@ -19,6 +19,9 @@ inputs:
|
|||
override:
|
||||
description: Set installed toolchain as an override for a directory
|
||||
default: false
|
||||
profile:
|
||||
description: Profile to install for this toolchain
|
||||
required: false
|
||||
|
||||
runs:
|
||||
using: 'node12'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue