mirror of
				https://github.com/actions-rs/toolchain.git
				synced 2025-10-31 16:53:53 +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 | ||||
| 
 | ||||
| * `toolchain` (*required*): Toolchain name, see [rustup page](https://github.com/rust-lang/rustup.rs#toolchain-specification) for details.\ | ||||
|   Examples: `stable`, `nightly`, `nightly-2019-04-20` | ||||
| * `target`: Additionally install specific target for this toolchain (ex. `x86_64-apple-darwin`) | ||||
| * `default`: Set installed toolchain as default (executes `rustup toolchain default {toolchain}`) | ||||
| * `override`: Set installed toolchain as an override for current directory | ||||
| | Name        | Required | Description                                                                                                                            | Type   | Default | | ||||
| | ------------| :------: | ---------------------------------------------------------------------------------------------------------------------------------------| ------ | --------| | ||||
| | `toolchain` | ✓        | [Toolchain](https://github.com/rust-lang/rustup.rs#toolchain-specification) name to use, ex. `stable`, `nightly`, `nightly-2019-04-20` | string |         | | ||||
| | `target`    |          | Additionally install specified target for this toolchain, ex. `x86_64-apple-darwin`                                                    | string |         | | ||||
| | `default`   |          | Set installed toolchain as a default toolchain                                                                                         | bool   | false   | | ||||
| | `override`  |          | Set installed toolchain as an override for the current directory                                                                       | bool   | false   | | ||||
| 
 | ||||
| ## Components | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user