Update action.yml
This commit is contained in:
parent
7c3fd20b4f
commit
8934825498
12
action.yml
12
action.yml
@ -1,4 +1,4 @@
|
|||||||
name: 'NRF Connect SDK'
|
name: 'NRF Connect SDK (nrfutil based)'
|
||||||
description: 'Building nrf connect sdk projects'
|
description: 'Building nrf connect sdk projects'
|
||||||
inputs:
|
inputs:
|
||||||
board: # id of input
|
board: # id of input
|
||||||
@ -13,5 +13,11 @@ runs:
|
|||||||
image: 'Dockerfile'
|
image: 'Dockerfile'
|
||||||
args:
|
args:
|
||||||
- west
|
- west
|
||||||
- build
|
- build
|
||||||
- --board nrf52833dk_nrf52833
|
- --build-dir
|
||||||
|
- ${{ inputs.build_dir }}
|
||||||
|
- .
|
||||||
|
- --pristine
|
||||||
|
- --no-sysbuild
|
||||||
|
- --board
|
||||||
|
- ${{ inputs.board }}
|
||||||
|
Loading…
Reference in New Issue
Block a user