mirror of
				https://code.forgejo.org/actions/cache.git
				synced 2025-10-31 20:52:29 +00:00 
			
		
		
		
	fixes actions/cache#244
This commit is contained in:
		
							parent
							
								
									eed9cfe64d
								
							
						
					
					
						commit
						591646a21e
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -135,7 +135,9 @@ We cache the elements of the Cabal store separately, as the entirety of `~/.caba | |||
| ```yaml | ||||
| - uses: actions/cache@v2 | ||||
|   with: | ||||
|     path: ~/.gradle/caches | ||||
|     path: | | ||||
|       ~/.gradle/caches | ||||
|       ~/.gradle/wrapper | ||||
|     key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }} | ||||
|     restore-keys: | | ||||
|       ${{ runner.os }}-gradle- | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue