mirror of
				https://git.mirrors.martin98.com/https://github.com/actions/cache
				synced 2025-10-31 16:11:05 +08:00 
			
		
		
		
	Update cache key for Elixir (#568)
This commit is contained in:
		
							parent
							
								
									8d3f2fc3ce
								
							
						
					
					
						commit
						366e5ba022
					
				| @ -97,13 +97,14 @@ steps: | |||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
| ## Elixir - Mix | ## Elixir - Mix | ||||||
|  | 
 | ||||||
| ```yaml | ```yaml | ||||||
| - uses: actions/cache@v2 | - uses: actions/cache@v2 | ||||||
|   with: |   with: | ||||||
|     path: | |     path: | | ||||||
|       deps |       deps | ||||||
|       _build |       _build | ||||||
|     key: ${{ runner.os }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }} |     key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock')) }} | ||||||
|     restore-keys: | |     restore-keys: | | ||||||
|       ${{ runner.os }}-mix- |       ${{ runner.os }}-mix- | ||||||
| ``` | ``` | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Wojtek Mach
						Wojtek Mach