mirror of
				https://github.com/actions-rs/toolchain.git
				synced 2025-10-31 16:43:54 +00:00 
			
		
		
		
	Fancy look for the inputs list
This commit is contained in:
		
							parent
							
								
									003538387b
								
							
						
					
					
						commit
						c8dbab4109
					
				
							
								
								
									
										11
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								README.md
									
									
									
									
									
								
							| @ -39,11 +39,12 @@ See [additional recipes here](https://github.com/actions-rs/meta). | |||||||
| 
 | 
 | ||||||
| ## Inputs | ## Inputs | ||||||
| 
 | 
 | ||||||
| * `toolchain` (*required*): Toolchain name, see [rustup page](https://github.com/rust-lang/rustup.rs#toolchain-specification) for details.\ | | Name        | Required | Description                                                                                                                            | Type   | Default | | ||||||
|   Examples: `stable`, `nightly`, `nightly-2019-04-20` | | ------------| :------: | ---------------------------------------------------------------------------------------------------------------------------------------| ------ | --------| | ||||||
| * `target`: Additionally install specific target for this toolchain (ex. `x86_64-apple-darwin`) | | `toolchain` | ✓        | [Toolchain](https://github.com/rust-lang/rustup.rs#toolchain-specification) name to use, ex. `stable`, `nightly`, `nightly-2019-04-20` | string |         | | ||||||
| * `default`: Set installed toolchain as default (executes `rustup toolchain default {toolchain}`) | | `target`    |          | Additionally install specified target for this toolchain, ex. `x86_64-apple-darwin`                                                    | string |         | | ||||||
| * `override`: Set installed toolchain as an override for current directory | | `default`   |          | Set installed toolchain as a default toolchain                                                                                         | bool   | false   | | ||||||
|  | | `override`  |          | Set installed toolchain as an override for the current directory                                                                       | bool   | false   | | ||||||
| 
 | 
 | ||||||
| ## Components | ## Components | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user