Skip to content

Commit fca008c

Browse files
committed
#20 fixing clean feature
1 parent f815bcf commit fca008c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/multi-platform-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
- name: Clean up before build (Windows only)
5353
if: matrix.config.os == 'windows-latest'
5454
run: |
55-
rmdir /s .ccache
55+
cmd /c "rmdir /s /q .ccache"
5656
mkdir .ccache
57-
rmdir /s build
57+
cmd /c "rmdir /s /q build"
5858
5959
- name: Checkout FVA repository
6060
uses: actions/checkout@v3

0 commit comments

Comments
 (0)