Skip to content

Commit 8010c5e

Browse files
authored
Add shell specification for Windows disk cleanup
1 parent f5e8a94 commit 8010c5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cpp-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
4545
- name: Free Disk Space
4646
if: runner.os == 'Windows'
47+
shell: cmd
4748
run: |
4849
echo "Cleaning up disk..."
4950
del /f /q /s %TEMP%\*

0 commit comments

Comments
 (0)