mirror of
https://gitea.com/actions/cache.git
synced 2024-11-22 12:22:31 +08:00
Explicit use bash for Windows
This commit is contained in:
parent
0c45773b62
commit
4c753545d1
|
@ -513,6 +513,7 @@ jobs:
|
|||
```yaml
|
||||
- name: Get pip cache dir
|
||||
id: pip-cache
|
||||
shell: bash
|
||||
run: |
|
||||
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user