Skip to content

Commit 3e4072a

Browse files
authored
Update build.yaml
1 parent 1ba989a commit 3e4072a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- name: Clear pip cache
2828
run: |
29-
rm -rf ~/.cache/pip
29+
if ($Env:RUNNER_OS -eq "Windows") { Remove-Item -Recurse -Force $env:USERPROFILE\.cache\pip } else { rm -rf ~/.cache/pip }
3030
3131
- name: Cache dependencies
3232
id: pip-cache

0 commit comments

Comments
 (0)