You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
NRF Connect SDK CI action
v2.4.1
Build NRF Connect SDK projects
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
uses: embedd-actions/nrf-connect-sdk-ci@v2.3.0
with:
board: nrf52833dk_nrf52833
build_dir: build
To select the specific version of NRF Connect SDK you can reference a specific version of GitHub action:
uses: embedd-actions/nrf-connect-sdk-ci@v2.3.0
uses: embedd-actions/nrf-connect-sdk-ci@v2.4.0
v2.3.0
v2.4.0
v2.4.1