mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-22 08:49:30 +01: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
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- id: flags
|
- id: flags
|
||||||
|
name: construct rustup command line
|
||||||
run: |
|
run: |
|
||||||
echo "::set-output name=target::${{inputs.target && ' --target '}}${{inputs.target}}"
|
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)"
|
echo "::set-output name=components::$(for c in ${components//,/ }; do echo -n ' --component' $c; done)"
|
||||||
|
|
Loading…
Reference in a new issue