Skip to content

Commit eb40dc2

Browse files
committed
[skip ci] docker: update build steps for MicroPython action
Ensure the bin directory is cleared and recreated before running the Docker container to avoid conflicts. Signed-off-by: Chiho Sin <[email protected]>
1 parent dc66bc0 commit eb40dc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ runs:
2727
steps:
2828
- id: build_micropython
2929
run: |
30+
sudo rm -rf $GITHUB_WORKSPACE/bin
31+
sudo mkdir -p $GITHUB_WORKSPACE/bin
3032
docker run --rm \
3133
--env GITHUB_ACTIONS \
3234
--env REPO_REMOTE \

0 commit comments

Comments
 (0)