Update nrf-sdk and toolchain to 2.7
This commit is contained in:
parent
2a61058866
commit
3db3f90097
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "nrf-connect:v2.4",
|
||||
"image": "nordicplayground/nrfconnect-sdk:v2.5-branch",
|
||||
"name": "nrf-connect:v2.7",
|
||||
"image": "nordicplayground/nrfconnect-sdk:v2.7-branch",
|
||||
"features": {
|
||||
},
|
||||
"customizations": {
|
||||
|
|
|
|||
2
.github/actions/build/action.yml
vendored
2
.github/actions/build/action.yml
vendored
|
|
@ -18,7 +18,7 @@ runs:
|
|||
steps:
|
||||
- run: |
|
||||
docker run --rm -v ${GITHUB_WORKSPACE}:/repo \
|
||||
nordicplayground/nrfconnect-sdk:v2.5-branch \
|
||||
nordicplayground/nrfconnect-sdk:v2.7-branch \
|
||||
west build \
|
||||
--build-dir /repo/${{ inputs.sample-dir }}/build \
|
||||
--pristine \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue