mirror of
				https://github.com/actions/cache.git
				synced 2025-10-31 18:34:19 +08:00 
			
		
		
		
	
						commit
						4978dc4f31
					
				| @ -136,7 +136,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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Aiqiao Yan
						Aiqiao Yan