Skip to content

Commit f815bcf

Browse files
committed
#20 fixing clean feature to CI
1 parent 529851f commit f815bcf

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 /q .ccache
55+
rmdir /s .ccache
5656
mkdir .ccache
57-
rmdir /s /q build
57+
rmdir /s build
5858
5959
- name: Checkout FVA repository
6060
uses: actions/checkout@v3

0 commit comments

Comments
 (0)