Skip to content

Commit b78ceb9

Browse files
committed
ci(zephyr): delete ../.west
As it can be created by other misconfigured workflows, and west refuses to initialize in a subtree. Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
1 parent 8d038e8 commit b78ceb9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/zephyr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- demo
3333
- supervisor
3434
steps:
35+
- name: Clean other workspace
36+
run: rm -rf ../.west
37+
3538
- name: Clean workspace
3639
run: find . -name . -o -prune -exec rm -rf -- {} +
3740

0 commit comments

Comments
 (0)