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
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: De-initialize West
|
||||||
|
run: |
|
||||||
|
rm -r ./.west
|
||||||
|
|
||||||
- name: Setup Zephyr project
|
- name: Setup Zephyr project
|
||||||
uses: zephyrproject-rtos/action-zephyr-setup@v1
|
uses: zephyrproject-rtos/action-zephyr-setup@v1
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user