Skip to content

Commit 45cbf04

Browse files
dbalutakv2019i
authored andcommitted
.github/zephyr: Upgrade to Zephyr SDK 0.16.4
This adds support for imx8ulp. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
1 parent b671eca commit 45cbf04

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/zephyr.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -248,24 +248,24 @@ jobs:
248248

249249
# Keep this SDK version identical to the one in
250250
# sof/zephyr/docker-run.sh
251-
- name: Cache Zephyr SDK 0.16.1
251+
- name: Cache Zephyr SDK 0.16.4
252252
id: cache-zephyr-sdk
253253
uses: actions/cache@v3.0.11
254254
with:
255-
path: zephyr-sdk-0.16.1_windows-x86_64.7z
256-
key: ${{ runner.os }}-cache-zephyr-sdk-0-16-1
255+
path: zephyr-sdk-0.16.4_windows-x86_64.7z
256+
key: ${{ runner.os }}-cache-zephyr-sdk-0-16-4
257257

258258
# Wget is needed by Zephyr SDK setup.cmd installation script
259259
- name: Download wget
260260
if: ${{ steps.cache-wget.outputs.cache-hit != 'true' }}
261261
run: |
262262
curl -L -O http://downloads.sourceforge.net/gnuwin32/wget-1.11.4-1-bin.zip
263263
264-
- name: Download Zephyr SDK 0.16.1
264+
- name: Download Zephyr SDK 0.16.4
265265
if: ${{ steps.cache-zephyr-sdk.outputs.cache-hit != 'true' }}
266266
run: | # yamllint disable-line rule:line-length
267267
curl -L -O `
268-
https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.1/zephyr-sdk-0.16.1_windows-x86_64.7z
268+
https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.4/zephyr-sdk-0.16.4_windows-x86_64.7z
269269
270270
# Unzips every .zip package to directory matching its name without extension
271271
- name: Unzip downloaded packages
@@ -288,7 +288,7 @@ jobs:
288288
# setup.cmd may not be called in from msys shell as it does not parse
289289
# forward slash script input arguments correctly.
290290
- name: Install Zephyr SDK
291-
run: zephyr-sdk-0.16.1_windows-x86_64/zephyr-sdk-0.16.1/setup.cmd /t all /h /c
291+
run: zephyr-sdk-0.16.4_windows-x86_64/zephyr-sdk-0.16.4/setup.cmd /t all /h /c
292292

293293
- name: Setup Python
294294
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)