mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-14 05:26:34 +02:00
Fill in missing input to rustup command line step
This commit is contained in:
parent
4582dac165
commit
d872b66ee6
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ runs:
|
|||
echo "::set-output name=downgrade::${{inputs.toolchain == 'nightly' && inputs.components && ' --allow-downgrade' || ''}}"
|
||||
env:
|
||||
targets: ${{inputs.target}}
|
||||
target: ${{inputs.target}}
|
||||
components: ${{inputs.components}}
|
||||
shell: bash
|
||||
|
||||
|
|
Loading…
Reference in a new issue