Skip to content

Commit 8bc3513

Browse files
committed
wip
Signed-off-by: Anas Nashif <[email protected]>
1 parent 0d790f9 commit 8bc3513

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/twister.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ jobs:
127127
- name: generate filter cache
128128
if: github.event_name == 'push'
129129
run: |
130-
./scripts/twister --cmake-only -T samples/syncronization --outdir filter_cache
130+
export ZEPHYR_BASE=${PWD}
131+
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
132+
python3 ./scripts/twister --cmake-only -T samples/syncronization --outdir filter_cache
131133
- name: Upload Filter Cache
132134
if: always()
133135
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)