Skip to content

Commit b41d7f1

Browse files
ci: Fix Builds
Bump to nRF SDK v3.3.0-preview3, downgrade Zephyr SDK to 0.16.X due to compatibility issues, and added ccache apt package for Zephyr.
1 parent 58a2944 commit b41d7f1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
permissions: write-all
1515

1616
env:
17-
ZEPHYR_SDK_VERSION: "0.17.4"
17+
ZEPHYR_SDK_VERSION: "0.16.9"
1818

1919
jobs:
2020
setup:
@@ -80,7 +80,7 @@ jobs:
8080
uses: awalsh128/cache-apt-pkgs-action@latest
8181
with:
8282
packages: >-
83-
git cmake ninja-build gperf dfu-util device-tree-compiler wget
83+
git cmake ninja-build gperf ccache dfu-util device-tree-compiler wget
8484
python3-dev python3-pip python3-setuptools python3-tk python3-wheel python3-venv
8585
xz-utils file make gcc gcc-multilib g++-multilib libsdl2-dev libmagic1
8686
version: 1.0
@@ -213,7 +213,7 @@ jobs:
213213
uses: awalsh128/cache-apt-pkgs-action@latest
214214
with:
215215
packages: >-
216-
git cmake ninja-build gperf dfu-util device-tree-compiler wget
216+
git cmake ninja-build gperf ccache dfu-util device-tree-compiler wget
217217
python3-dev python3-pip python3-setuptools python3-tk python3-wheel python3-venv
218218
xz-utils file make gcc gcc-multilib g++-multilib libsdl2-dev libmagic1
219219
version: 1.0

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ manifest:
66
- name: sdk-nrf
77
path: nrf
88
url: https://github.com/nrfconnect/sdk-nrf.git
9-
revision: v3.2-branch
9+
revision: v3.3.0-preview3-branch
1010
import: true

0 commit comments

Comments
 (0)