GitLab CI: Set PATH to include rustup before bootstrap
This commit is contained in:
		
							parent
							
								
									b568b4d53e
								
							
						
					
					
						commit
						bcb81e3e3f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -10,8 +10,8 @@ img:
 | 
			
		|||
        apt-get update -qq &&
 | 
			
		||||
        apt-get install -qq -y curl &&
 | 
			
		||||
        curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none &&
 | 
			
		||||
        ./bootstrap.sh -d &&
 | 
			
		||||
        source "$HOME/.cargo/env" &&
 | 
			
		||||
        ./bootstrap.sh -d &&
 | 
			
		||||
        make ci-img IMG_TAG=$CI_COMMIT_REF_NAME
 | 
			
		||||
    artifacts:
 | 
			
		||||
        paths:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue