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