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",
|
"name": "nrf-connect:v2.7",
|
||||||
"image": "nordicplayground/nrfconnect-sdk:v2.5-branch",
|
"image": "nordicplayground/nrfconnect-sdk:v2.7-branch",
|
||||||
"features": {
|
"features": {
|
||||||
},
|
},
|
||||||
"customizations": {
|
"customizations": {
|
||||||
|
|
|
||||||
2
.github/actions/build/action.yml
vendored
2
.github/actions/build/action.yml
vendored
|
|
@ -18,7 +18,7 @@ runs:
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
docker run --rm -v ${GITHUB_WORKSPACE}:/repo \
|
docker run --rm -v ${GITHUB_WORKSPACE}:/repo \
|
||||||
nordicplayground/nrfconnect-sdk:v2.5-branch \
|
nordicplayground/nrfconnect-sdk:v2.7-branch \
|
||||||
west build \
|
west build \
|
||||||
--build-dir /repo/${{ inputs.sample-dir }}/build \
|
--build-dir /repo/${{ inputs.sample-dir }}/build \
|
||||||
--pristine \
|
--pristine \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue