We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d2f974 commit 1dc9c83Copy full SHA for 1dc9c83
1 file changed
.github/workflows/run-tests.yml
@@ -86,6 +86,11 @@ jobs:
86
python-version: 3.13
87
- name: Set up Zephyr
88
uses: ./.github/actions/deps/ports/zephyr-cp
89
+ - name: Set up submodules
90
+ id: set-up-submodules
91
+ uses: ./.github/actions/deps/submodules
92
+ with:
93
+ target: zephyr-cp
94
- name: Set up external
95
uses: ./.github/actions/deps/external
96
- name: Build native sim target
0 commit comments