Update .gitlab-ci.yml
This commit is contained in:
		
							parent
							
								
									242a6e17a6
								
							
						
					
					
						commit
						6cf7506485
					
				@ -9,10 +9,12 @@ image: "rust:latest"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
variables:
 | 
					variables:
 | 
				
			||||||
  CARGO_HOME: $CI_PROJECT_DIR/cargo
 | 
					  CARGO_HOME: $CI_PROJECT_DIR/cargo
 | 
				
			||||||
 | 
					  APT_CACHE_DIR: $CI_PROJECT_DIR/apt
 | 
				
			||||||
 | 
					
 | 
				
			||||||
cache:
 | 
					cache:
 | 
				
			||||||
  key: all
 | 
					  key: all
 | 
				
			||||||
  paths:
 | 
					  paths:
 | 
				
			||||||
 | 
					  - apt/
 | 
				
			||||||
  - cargo/
 | 
					  - cargo/
 | 
				
			||||||
  - target/
 | 
					  - target/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user