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 6ed9b10 commit 444fa0eCopy full SHA for 444fa0e
README.md
@@ -85,4 +85,15 @@ the necessary modules for a West based [Zephyr workspace application][1].
85
west-project-filter: -nrf_hw_models
86
```
87
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
99
[1]: https://docs.zephyrproject.org/latest/develop/application/index.html#zephyr-workspace-app
0 commit comments