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 0d790f9 commit 8bc3513Copy full SHA for 8bc3513
.github/workflows/twister.yaml
@@ -127,7 +127,9 @@ jobs:
127
- name: generate filter cache
128
if: github.event_name == 'push'
129
run: |
130
- ./scripts/twister --cmake-only -T samples/syncronization --outdir filter_cache
+ export ZEPHYR_BASE=${PWD}
131
+ export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
132
+ python3 ./scripts/twister --cmake-only -T samples/syncronization --outdir filter_cache
133
- name: Upload Filter Cache
134
if: always()
135
uses: actions/upload-artifact@v4
0 commit comments