File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 working-directory : zephyr-silabs
2323 shell : bash
2424 run : |
25- yq -i '(.manifest.projects[] | select(.name == "zephyr") | . revision) = "main"' west.yml
25+ yq -i '(.manifest.projects[] | select(.name == "zephyr")) |= (.remote = "zephyrproject-rtos" | . revision = "main") ' west.yml
2626
2727 - name : Setup Zephyr project
2828 uses : zephyrproject-rtos/action-zephyr-setup@v1
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ manifest:
1414 revision : 43bb1e577e2accfaa135464bac181ed2a0cc0489
1515 path : modules/crypto/mbedtls
1616 - name : zephyr
17- remote : zephyrproject-rtos
17+ remote : silabs
1818 revision : 9b7d73cf676ea1a420a05687d4df8e37da0a958a
1919 import :
2020 # By using name-allowlist we can clone only the modules that are
You can’t perform that action at this time.
0 commit comments