mirror of
				https://github.com/dtolnay/rust-toolchain.git
				synced 2025-11-04 14:51:59 +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…
	
	Add table
		Add a link
		
	
		Reference in a new issue