mirror of
				https://gitee.com/actions-mirror/cache.git
				synced 2025-11-04 12:31:20 +08:00 
			
		
		
		
	Fix syntax
This commit is contained in:
		
							parent
							
								
									4e8aa1cc93
								
							
						
					
					
						commit
						c64c5261d3
					
				@ -168,8 +168,9 @@ We cache the elements of the Cabal store separately, as the entirety of `~/.caba
 | 
			
		||||
      ~/.cabal/packages
 | 
			
		||||
      ~/.cabal/store
 | 
			
		||||
      dist-newstyle
 | 
			
		||||
    key: cabal-${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('**/*.cabal', '**/cabal.project', '**/cabal.project.freeze') }}
 | 
			
		||||
    restore-keys: cabal-${{ runner.os }}-${{ matrix.ghc }}-```
 | 
			
		||||
    key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('**/*.cabal', '**/cabal.project', '**/cabal.project.freeze') }}
 | 
			
		||||
    restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Java - Gradle
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user