Skip to content

Commit 7fa2249

Browse files
committed
actions: manifest: Remove unnecessary west update command
In commit f7eb8c8, we introduced the use of the use-tree-checkout option. But at the same time we also restricted the parsed imports to self:, which means that the import statement for sdk-zephyr in the main west.yml file in sdk-nrf is ignored when running this action. Hence, there's no need to actually clone the zephyr tree as part of the action execution. Signed-off-by: Carles Cufi <[email protected]>
1 parent 0a1c00d commit 7fa2249

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/manifest.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
git config --global user.email "[email protected]"
2828
git config --global user.name "Your Name"
2929
west init -l . || true
30-
# We only import the zephyr manifest
31-
west update zephyr
3230
3331
- name: Manifest
3432
uses: zephyrproject-rtos/action-manifest@ea38f222cddfbbb9debb5f0239f4139ae2677ebb # v1.8.0

0 commit comments

Comments
 (0)