Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b00d10a

Browse files
committedJul 2, 2024·
path
1 parent 7bb880c commit b00d10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ jobs:
434434
shell: cmd
435435
run: |
436436
rmdir /s /q "${{ matrix.config.working-directory }}"
437-
rmdir /s /q "C:\actions-runner\_work\arduino-ide"
437+
rmdir /s /q "C:\actions-runner\_work\arduino-ide\arduino-ide"
438438
439439
merge-channel-files:
440440
needs:

0 commit comments

Comments
 (0)
Please sign in to comment.