mirror of
https://github.com/actions-rs/toolchain.git
synced 2025-09-08 01:01:57 +03:00
add an input argument to specify whether to run 'rustup self update'
This commit is contained in:
parent
941154aed5
commit
db898a40d0
3 changed files with 11 additions and 2 deletions
|
@ -19,6 +19,9 @@ inputs:
|
|||
override:
|
||||
description: Set installed toolchain as an override for a directory
|
||||
default: false
|
||||
self_update:
|
||||
description: Update rustup itself at first
|
||||
default: false
|
||||
|
||||
runs:
|
||||
using: 'node12'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue