Skip to content

Commit 15c2c60

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 e7a97b7 commit 15c2c60

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
@@ -73,4 +73,15 @@ the necessary modules for a West based [Zephyr workspace application][1].
7373
manifest-file-name: custom_west.yml
7474
```
7575
76+
## Skip installing OS level dependencies and Zephyr SDK
77+
78+
```yaml
79+
- name: Setup Zephyr project
80+
uses: zephyrproject-rtos/action-zephyr-setup@v1
81+
with:
82+
app-path: example-application
83+
toolchains: arm-zephyr-eabi
84+
skip-dependencies: true
85+
```
86+
7687
[1]: https://docs.zephyrproject.org/latest/develop/application/index.html#zephyr-workspace-app

0 commit comments

Comments
 (0)