mirror of
				https://github.com/dtolnay/rust-toolchain.git
				synced 2025-11-03 22:31:59 +02:00 
			
		
		
		
	Use info log level when installing rustup
This commit is contained in:
		
							parent
							
								
									6715f9d030
								
							
						
					
					
						commit
						ad3964bd05
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										2
									
								
								dist/index.js
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/index.js
									
										
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
						 | 
					@ -38,7 +38,7 @@ async function get_rustup(toolchain: string): Promise<string> {
 | 
				
			||||||
        core.debug(`Found rustup at ${foundPath}`);
 | 
					        core.debug(`Found rustup at ${foundPath}`);
 | 
				
			||||||
        return foundPath;
 | 
					        return foundPath;
 | 
				
			||||||
    } catch (error) {
 | 
					    } catch (error) {
 | 
				
			||||||
        core.warning('Unable to find rustup, installing it now');
 | 
					        core.info('Unable to find rustup, installing it now');
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    let args = [
 | 
					    let args = [
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue