We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1807758 commit 5871338Copy full SHA for 5871338
.github/workflows/softsim-build-using-docker.yml
@@ -14,7 +14,7 @@ jobs:
14
build-in-docker-container:
15
runs-on: ubuntu-22.04
16
timeout-minutes: 60
17
- container: ghcr.io/nrfconnect/sdk-nrf-toolchain:v3.0.1
+ container: ghcr.io/nrfconnect/sdk-nrf-toolchain:v3.0.2
18
defaults:
19
run:
20
# Bash shell is needed to set toolchain related environment variables in docker container
west.yml
@@ -5,7 +5,7 @@ manifest:
5
projects:
6
- name: sdk-nrf
7
path: nrf
8
- revision: v3.0.1
+ revision: v3.0.2
9
remote: nrfconnect
10
import: true
11
self:
0 commit comments