Skip to content

Commit 8d038e8

Browse files
committed
ci(zephyr): delete everything
Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
1 parent 7709cef commit 8d038e8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/zephyr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
- supervisor
3434
steps:
3535
- name: Clean workspace
36-
run: |
37-
rm -rf .west ../.west ocre-runtime
36+
run: find . -name . -o -prune -exec rm -rf -- {} +
3837

3938
- name: Checkout
4039
uses: actions/checkout@v4

0 commit comments

Comments
 (0)