Skip to content

Commit

Permalink
Remove /q as it seems to not work
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Oct 9, 2023
1 parent 3a0424f commit f7cdf79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if: runner.os == 'Windows'
run: |
docker system prune --all -f
rmdir /s /q C:\Android
rmdir /s C:\Android
- uses: Swatinem/rust-cache@v2
with:
cache-provider: buildjet
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
if: runner.os == 'Windows'
run: |
docker system prune --all -f
rmdir /s /q C:\Android
rmdir /s C:\Android
- uses: Swatinem/rust-cache@v2
with:
cache-provider: buildjet
Expand Down

0 comments on commit f7cdf79

Please sign in to comment.