Skip to content

Commit bc57f60

Browse files
committed
ci: do not use cache for west
get a fresh copy. Signed-off-by: Anas Nashif <[email protected]>
1 parent 20b1851 commit bc57f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/twister.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
west init -l . || true
8181
west config manifest.group-filter -- +ci,+external
8282
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)
83+
west update 2>&1 1> west.update.log || west update 2>&1 1> west.update.log || ( rm -rf ../modules ../bootloader ../tools && west update)
8484
west forall -c 'git reset --hard HEAD'
8585
8686
echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat SDK_VERSION )" >> $GITHUB_ENV

0 commit comments

Comments
 (0)