.github/zephyr: switch Windows build to west update --narrow

It is slightly faster and able to test any random SHA1.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2023-01-11 22:22:23 +00:00 committed by Liam Girdwood
parent ab56445924
commit 68b49c186e
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ jobs:
- name: West clone
working-directory: ${{ github.workspace }}/workspace
run: west init -l sof && west update
run: west init -l sof && west update --narrow
# Call Setup Python again to save the PIP packages in cache
- name: Setup Python