mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 07:38:37 +08:00 
			
		
		
		
	
						commit
						611465405c
					
				| 
						 | 
					@ -168,7 +168,8 @@ We cache the elements of the Cabal store separately, as the entirety of `~/.caba
 | 
				
			||||||
      ~/.cabal/packages
 | 
					      ~/.cabal/packages
 | 
				
			||||||
      ~/.cabal/store
 | 
					      ~/.cabal/store
 | 
				
			||||||
      dist-newstyle
 | 
					      dist-newstyle
 | 
				
			||||||
    key: ${{ runner.os }}-${{ matrix.ghc }}
 | 
					    key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('**/*.cabal', '**/cabal.project', '**/cabal.project.freeze') }}
 | 
				
			||||||
 | 
					    restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Java - Gradle
 | 
					## Java - Gradle
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user