Skip to content

Commit 444fa0e

Browse files
readme: add example of skipping OS dependencies
Add example of how to configure action to skip installing OS level dependencies and Zephyr SDK Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 6ed9b10 commit 444fa0e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,15 @@ the necessary modules for a West based [Zephyr workspace application][1].
8585
west-project-filter: -nrf_hw_models
8686
```
8787
88+
## Skip installing OS level dependencies and Zephyr SDK
89+
90+
```yaml
91+
- name: Setup Zephyr project
92+
uses: zephyrproject-rtos/action-zephyr-setup@v1
93+
with:
94+
app-path: example-application
95+
toolchains: arm-zephyr-eabi
96+
skip-dependencies: true
97+
```
98+
8899
[1]: https://docs.zephyrproject.org/latest/develop/application/index.html#zephyr-workspace-app

0 commit comments

Comments
 (0)