try to fix ci
This commit is contained in:
4
.github/workflows/blah.yml
vendored
4
.github/workflows/blah.yml
vendored
@ -17,6 +17,10 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: De-initialize West
|
||||
run: |
|
||||
rm -r ./.west
|
||||
|
||||
- name: Setup Zephyr project
|
||||
uses: zephyrproject-rtos/action-zephyr-setup@v1
|
||||
with:
|
||||
|
Reference in New Issue
Block a user