mirror of
				https://github.com/actions-rs/cargo.git
				synced 2025-11-04 06:41:58 +02:00 
			
		
		
		
	Fancy look for the inputs list
This commit is contained in:
		
							parent
							
								
									f9a165e753
								
							
						
					
					
						commit
						b6a5e9eb92
					
				
					 1 changed files with 6 additions and 5 deletions
				
			
		
							
								
								
									
										11
									
								
								README.md
									
										
									
									
									
								
							
							
						
						
									
										11
									
								
								README.md
									
										
									
									
									
								
							| 
						 | 
					@ -29,11 +29,12 @@ See [additional recipes here](https://github.com/actions-rs/meta).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Inputs
 | 
					## Inputs
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* `command` (*required*) - Cargo command to run (ex. `check` or `build`)
 | 
					| Name        | Required | Description                                                              | Type   | Default |
 | 
				
			||||||
* `toolchain` - Rust toolchain to use (without the `+` sign, ex. `nightly`);\
 | 
					| ------------| -------- | -------------------------------------------------------------------------| ------ | --------|
 | 
				
			||||||
    Override or system toolchain will be used if omitted.
 | 
					| `command`   | ✓        | Cargo command to run, ex. `check` or `build`                             | string |         |
 | 
				
			||||||
* `args` - Arguments for the cargo command
 | 
					| `toolchain` |          | Rust toolchain name to use                                               | string |         |
 | 
				
			||||||
* `use-cross` - Use [`cross`](https://github.com/rust-embedded/cross) instead of `cargo` (default: `false`)
 | 
					| `args`      |          | Arguments for the cargo command                                          | string |         |     
 | 
				
			||||||
 | 
					| `use-cross` |          | Use [`cross`](https://github.com/rust-embedded/cross) instead of `cargo` | bool   | false   |
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Virtual environments
 | 
					## Virtual environments
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue