Skip to content

Commit 874d506

Browse files
authored
Update twister.yaml
1 parent bb8addb commit 874d506

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/twister.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,14 @@ jobs:
6161
if: github.event_name == 'pull_request'
6262
run: |
6363
pip install -r scripts/requirements-actions.txt --require-hashes
64-
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+
6572
- name: Environment Setup
6673
working-directory: zephyr
6774
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)