Skip to content

Commit

Permalink
Tweak to path
Browse files Browse the repository at this point in the history
Change-type: minor
Signed-off-by: Alex Bucknall <[email protected]>
  • Loading branch information
Bucknalla committed Dec 21, 2023
1 parent a80484e commit 56b9a33
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,12 @@ jobs:
uses: actions/checkout@v3
with:
submodules: 'true'
path: example-application

- name: Initialize
working-directory: example-application
run: |
west init -l .
west update -o=--depth=1 -n
- name: Build example
working-directory: example-application
run: |
west build -b swan_r5 example

0 comments on commit 56b9a33

Please sign in to comment.