mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-10 19:46:33 +02:00
Name flags step
This commit is contained in:
parent
a538c0eb3d
commit
947b7d5e81
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ runs:
|
|||
using: composite
|
||||
steps:
|
||||
- id: flags
|
||||
name: construct rustup command line
|
||||
run: |
|
||||
echo "::set-output name=target::${{inputs.target && ' --target '}}${{inputs.target}}"
|
||||
echo "::set-output name=components::$(for c in ${components//,/ }; do echo -n ' --component' $c; done)"
|
||||
|
|
Loading…
Reference in a new issue