ci: use shallow fetch and no tags
Add a couple flags to west update to do shallow fetch for both the main repo and modules, and don't fetch any tags. Should speed things up a bit by only fetching the target version code for all modules. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
2c85d9224f
commit
2143dd9c0b
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
working-directory: example-application
|
working-directory: example-application
|
||||||
run: |
|
run: |
|
||||||
west init -l .
|
west init -l .
|
||||||
west update
|
west update -o=--depth=1 -n
|
||||||
|
|
||||||
- name: Build firmware
|
- name: Build firmware
|
||||||
working-directory: example-application
|
working-directory: example-application
|
||||||
|
|
Loading…
Reference in a new issue