Skip to content

Monorepo of composite actions and reusable workflows.

License

Notifications You must be signed in to change notification settings

loozhengyuan/actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

actions

setup-zephyr-sdk

Monorepo of composite actions and reusable workflows.

setup-zephyr-sdk

Installs the Zephyr SDK in runner environment.

Usage

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

License

MIT

About

Monorepo of composite actions and reusable workflows.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published