Skip to content

Commit 7bb880c

Browse files
correct cleanup
1 parent aceba90 commit 7bb880c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,10 @@ jobs:
431431

432432
- name: Manual Clean up for self-hosted runners
433433
if: runner.os == 'Windows' && matrix.config.working-directory
434-
run: rmdir /s /q "${{ matrix.config.working-directory }}"
434+
shell: cmd
435+
run: |
436+
rmdir /s /q "${{ matrix.config.working-directory }}"
437+
rmdir /s /q "C:\actions-runner\_work\arduino-ide"
435438
436439
merge-channel-files:
437440
needs:

0 commit comments

Comments
 (0)