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 bb8addb commit 874d506Copy full SHA for 874d506
.github/workflows/twister.yaml
@@ -61,7 +61,14 @@ jobs:
61
if: github.event_name == 'pull_request'
62
run: |
63
pip install -r scripts/requirements-actions.txt --require-hashes
64
-
+
65
+ - name: Setup Zephyr project
66
+ if: github.event_name == 'pull_request'
67
+ uses: zephyrproject-rtos/action-zephyr-setup@b2453c72966ee67b1433be22b250348d48283286 # v1.0.7
68
+ with:
69
+ app-path: zephyr
70
+ toolchains: all
71
72
- name: Environment Setup
73
working-directory: zephyr
74
0 commit comments