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 bf12022 commit 25e1241Copy full SHA for 25e1241
.github/workflows/twister.yaml
@@ -65,10 +65,11 @@ jobs:
65
66
- name: Setup Zephyr project
67
if: github.event_name == 'pull_request'
68
- uses: zephyrproject-rtos/action-zephyr-setup@f7b70269a8eb01f70c8e710891e4c94972a2f6b4 # v1.0.6
+ uses: zephyrproject-rtos/action-zephyr-setup@5922adc19f631e5ac4bf43c872f1483e6422b845
69
with:
70
app-path: zephyr
71
toolchains: all
72
+ west-group-filter: -tools,-bootloader
73
74
- name: Environment Setup
75
working-directory: zephyr
0 commit comments