We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f92503 commit a04e0daCopy full SHA for a04e0da
2 files changed
.github/workflows/build-using-docker.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
build-and-test-in-docker:
8
runs-on: ubuntu-22.04
9
- container: ghcr.io/nrfconnect/sdk-nrf-toolchain:v2.6.99
+ container: ghcr.io/nrfconnect/sdk-nrf-toolchain:v2.7.0
10
defaults:
11
run:
12
# Bash shell is needed to set toolchain related environment variables in docker container
west.yml
@@ -13,5 +13,5 @@ manifest:
13
- name: nrf
14
remote: ncs
15
repo-path: sdk-nrf
16
- revision: main
+ revision: v2.7.0
17
import: true
0 commit comments