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 e7a97b7 commit 15c2c60Copy full SHA for 15c2c60
README.md
@@ -73,4 +73,15 @@ the necessary modules for a West based [Zephyr workspace application][1].
73
manifest-file-name: custom_west.yml
74
```
75
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
87
[1]: https://docs.zephyrproject.org/latest/develop/application/index.html#zephyr-workspace-app
0 commit comments