We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b1851 commit bc57f60Copy full SHA for bc57f60
.github/workflows/twister.yaml
@@ -80,7 +80,7 @@ jobs:
80
west init -l . || true
81
west config manifest.group-filter -- +ci,+external
82
west config --global update.narrow true
83
- west update --path-cache /repo-cache/zephyrproject 2>&1 1> west.update.log || west update --path-cache /repo-cache/zephyrproject 2>&1 1> west.update.log || ( rm -rf ../modules ../bootloader ../tools && west update --path-cache /repo-cache/zephyrproject)
+ west update 2>&1 1> west.update.log || west update 2>&1 1> west.update.log || ( rm -rf ../modules ../bootloader ../tools && west update)
84
west forall -c 'git reset --hard HEAD'
85
86
echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat SDK_VERSION )" >> $GITHUB_ENV
0 commit comments