1
0
Fork 0
mirror of https://github.com/actions/cache.git synced 2024-09-19 09:26:43 +00:00

Explicit use bash for Windows (#1377)

Co-authored-by: Josh Gross <joshmgross@github.com>
This commit is contained in:
Oleg A. 2024-07-31 19:52:21 +03:00 committed by GitHub
parent 4a28cbc054
commit e47d9f9ec8
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194

View file

@ -513,6 +513,7 @@ jobs:
```yaml
- name: Get pip cache dir
id: pip-cache
shell: bash
run: |
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT