We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644720f commit b6e2182Copy full SHA for b6e2182
.github/workflows/build_zephyr.yml
@@ -29,7 +29,7 @@ on:
29
BOARD:
30
required: true
31
type: string
32
- ARTIFACT:
+ ARTIFACT:
33
34
type: boolean
35
TAG:
@@ -45,9 +45,13 @@ jobs:
45
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-${{ inputs.ZEPHYR_SDK }}
46
47
steps:
48
+ - name: Checkout
49
+ uses: actions/checkout@v4
50
+ with:
51
+ path: app
52
- name: Setup West workspace
53
run: |
- west init -m https://github.com/$GITHUB_REPOSITORY .
54
+ west init -l app
55
west update --narrow -o=--depth=1
56
west zephyr-export
57
pip3 install -r deps/zephyr/scripts/requirements-base.txt
0 commit comments