mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 13:29:10 +08:00 
			
		
		
		
	Explicit use bash for Windows (#1377)
Co-authored-by: Josh Gross <joshmgross@github.com>
This commit is contained in:
		@@ -513,6 +513,7 @@ jobs:
 | 
				
			|||||||
```yaml
 | 
					```yaml
 | 
				
			||||||
- name: Get pip cache dir
 | 
					- name: Get pip cache dir
 | 
				
			||||||
  id: pip-cache
 | 
					  id: pip-cache
 | 
				
			||||||
 | 
					  shell: bash
 | 
				
			||||||
  run: |
 | 
					  run: |
 | 
				
			||||||
    echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
 | 
					    echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user