Monorepo of composite actions and reusable workflows.
Installs the Zephyr SDK in runner environment.
At minimum, the version
argument must be specified.
steps:
- name: Set up Zephyr SDK
uses: loozhengyuan/actions/setup-zephyr-sdk
with:
version: "0.16.5-1"
By default, all toolchains will be installed. You can use toolchains
command to specify a list of toolchains to be used:
steps:
- name: Set up Zephyr SDK
uses: loozhengyuan/actions/setup-zephyr-sdk
with:
version: "0.16.5-1"
toolchains: arm-zephyr-eabi