mirror of
				https://code.forgejo.org/actions/cache.git
				synced 2025-10-30 20:22:28 +00:00 
			
		
		
		
	Fixed Windows Golang cache paths in example
This commit is contained in:
		
							parent
							
								
									6bbe742add
								
							
						
					
					
						commit
						795a8f09a9
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -149,8 +149,8 @@ steps: | |||
| - uses: actions/cache@v2 | ||||
|   with: | ||||
|     path: | | ||||
|       %LocalAppData%\go-build | ||||
|       ~/go/pkg/mod | ||||
|       ~\AppData\Local\go-build | ||||
|       ~\go\pkg\mod | ||||
|     key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} | ||||
|     restore-keys: | | ||||
|       ${{ runner.os }}-go- | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue