mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-22 16:49:31 +01:00
Name in a way that is actually rendered by Actions ui
This commit is contained in:
parent
947b7d5e81
commit
eaa8734e7e
1 changed files with 1 additions and 1 deletions
|
@ -22,8 +22,8 @@ runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- id: flags
|
- id: flags
|
||||||
name: construct rustup command line
|
|
||||||
run: |
|
run: |
|
||||||
|
: construct rustup command line
|
||||||
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)"
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue