Skip to content

Commit 5871338

Browse files
chore: bump nrf sdk to v3.0.2 (onomondo#88)
1 parent 1807758 commit 5871338

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/softsim-build-using-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build-in-docker-container:
1515
runs-on: ubuntu-22.04
1616
timeout-minutes: 60
17-
container: ghcr.io/nrfconnect/sdk-nrf-toolchain:v3.0.1
17+
container: ghcr.io/nrfconnect/sdk-nrf-toolchain:v3.0.2
1818
defaults:
1919
run:
2020
# Bash shell is needed to set toolchain related environment variables in docker container

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ manifest:
55
projects:
66
- name: sdk-nrf
77
path: nrf
8-
revision: v3.0.1
8+
revision: v3.0.2
99
remote: nrfconnect
1010
import: true
1111
self:

0 commit comments

Comments
 (0)