mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 10:14:02 +00:00 
			
		
		
		
	Set correct path on windows
Co-authored-by: Amin Yahyaabadi <aminyahyaabadi74@gmail.com>
This commit is contained in:
		
							parent
							
								
									6af11308f3
								
							
						
					
					
						commit
						380cc927a2
					
				@ -246,7 +246,9 @@ The yarn cache directory will depend on your operating system and version of `ya
 | 
				
			|||||||
  - name: Cache .pnpm-store
 | 
					  - name: Cache .pnpm-store
 | 
				
			||||||
    uses: actions/cache@v2
 | 
					    uses: actions/cache@v2
 | 
				
			||||||
    with:
 | 
					    with:
 | 
				
			||||||
      path: ~/.pnpm-store
 | 
					      path: |
 | 
				
			||||||
 | 
					      	 ~/.pnpm-store
 | 
				
			||||||
 | 
					         D:\.pnpm-store
 | 
				
			||||||
      key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}```
 | 
					      key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}```
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user