diff --git a/.github/workflows/zephyr.yml b/.github/workflows/zephyr.yml index f2585bda0..bc4294c38 100644 --- a/.github/workflows/zephyr.yml +++ b/.github/workflows/zephyr.yml @@ -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