mirror of
				https://gitea.com/actions/cache.git
				synced 2025-10-31 07:47:07 +00:00 
			
		
		
		
	Also cache _build for Elixir
This commit is contained in:
		 Eric Meadows-Jönsson
					Eric Meadows-Jönsson
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							0781355a23
						
					
				
				
					commit
					62a4d75442
				
			| @@ -99,7 +99,9 @@ steps: | ||||
| ```yaml | ||||
| - uses: actions/cache@v2 | ||||
|   with: | ||||
|     path: deps | ||||
|     path: | | ||||
|       deps | ||||
|       _build | ||||
|     key: ${{ runner.os }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }} | ||||
|     restore-keys: | | ||||
|       ${{ runner.os }}-mix- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user