File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
1414permissions : write-all
1515
1616env :
17- ZEPHYR_SDK_VERSION : " 0.17.4 "
17+ ZEPHYR_SDK_VERSION : " 0.16.9 "
1818
1919jobs :
2020 setup :
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments