main: make apt-get more quiet
This commit is contained in:
		
							parent
							
								
									1e762b3098
								
							
						
					
					
						commit
						63d10a4690
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								main.js
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								main.js
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -104,7 +104,7 @@ async function main() {
 | 
			
		|||
        await exec.exec("docker", [
 | 
			
		||||
            "exec",
 | 
			
		||||
            container,
 | 
			
		||||
            "apt-get", "install", "-y", "dpkg-dev", "debhelper"
 | 
			
		||||
            "apt-get", "install", "-yq", "dpkg-dev", "debhelper"
 | 
			
		||||
        ])
 | 
			
		||||
        core.endGroup()
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -112,7 +112,7 @@ async function main() {
 | 
			
		|||
        await exec.exec("docker", [
 | 
			
		||||
            "exec",
 | 
			
		||||
            container,
 | 
			
		||||
            "apt-get", "build-dep", "-y", sourceDirectory
 | 
			
		||||
            "apt-get", "build-dep", "-yq", sourceDirectory
 | 
			
		||||
        ])
 | 
			
		||||
        core.endGroup()
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue