mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 07:38:37 +08:00 
			
		
		
		
	fixes actions/cache#244
This commit is contained in:
		
							parent
							
								
									eed9cfe64d
								
							
						
					
					
						commit
						591646a21e
					
				| 
						 | 
					@ -135,7 +135,9 @@ We cache the elements of the Cabal store separately, as the entirety of `~/.caba
 | 
				
			||||||
```yaml
 | 
					```yaml
 | 
				
			||||||
- uses: actions/cache@v2
 | 
					- uses: actions/cache@v2
 | 
				
			||||||
  with:
 | 
					  with:
 | 
				
			||||||
    path: ~/.gradle/caches
 | 
					    path: |
 | 
				
			||||||
 | 
					      ~/.gradle/caches
 | 
				
			||||||
 | 
					      ~/.gradle/wrapper
 | 
				
			||||||
    key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
 | 
					    key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
 | 
				
			||||||
    restore-keys: |
 | 
					    restore-keys: |
 | 
				
			||||||
      ${{ runner.os }}-gradle-
 | 
					      ${{ runner.os }}-gradle-
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user