Skip to content

Commit

Permalink
Use --filter=tree:0 instead of --depth=1
Browse files Browse the repository at this point in the history
--depth=1 is unreliable, see zephyrproject-rtos/west#638.
  • Loading branch information
trond-snekvik committed Jan 12, 2024
1 parent 4a479b1 commit b137095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Initialize
run: |
west init -l app
west update -n -o=--depth=1
west update -n -o=--filter=tree:0
- name: Build firmware
working-directory: app
Expand Down

0 comments on commit b137095

Please sign in to comment.