mirror of
				https://code.forgejo.org/actions/cache.git
				synced 2025-11-03 22:09:10 +00:00 
			
		
		
		
	
						commit
						611465405c
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue