mirror of
				https://git.mirrors.martin98.com/https://github.com/actions/cache
				synced 2025-10-31 18:21:09 +08:00 
			
		
		
		
	Merge pull request #469 from ericmj/patch-1
Also cache _build for Elixir
This commit is contained in:
		
						commit
						981fa981ed
					
				| @ -100,7 +100,9 @@ steps: | |||||||
| ```yaml | ```yaml | ||||||
| - uses: actions/cache@v2 | - uses: actions/cache@v2 | ||||||
|   with: |   with: | ||||||
|     path: deps |     path: | | ||||||
|  |       deps | ||||||
|  |       _build | ||||||
|     key: ${{ runner.os }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }} |     key: ${{ runner.os }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }} | ||||||
|     restore-keys: | |     restore-keys: | | ||||||
|       ${{ runner.os }}-mix- |       ${{ runner.os }}-mix- | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jonathan Clem
						Jonathan Clem