From af087df7af40eefb1e1910064c080ca8805fdb13 Mon Sep 17 00:00:00 2001 From: Arnaud Pouliquen Date: Tue, 28 Sep 2021 10:47:17 +0200 Subject: [PATCH] CI: Fix Zephyr build by updating Zephyr SDK version to 0.13.1 Update zephyr SDK to 0.13.1 to fix CI build issue. Signed-off-by: Arnaud Pouliquen --- .github/actions/build_ci/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build_ci/entrypoint.sh b/.github/actions/build_ci/entrypoint.sh index 8ed5bad..0f31bcf 100755 --- a/.github/actions/build_ci/entrypoint.sh +++ b/.github/actions/build_ci/entrypoint.sh @@ -4,7 +4,7 @@ readonly TARGET="$1" ZEPHYR_TOOLCHAIN_VARIANT=zephyr ZEPHYR_SDK_INSTALL_DIR=/opt/zephyr-sdk -ZEPHYR_SDK_VERSION=0.13.0 +ZEPHYR_SDK_VERSION=0.13.1 ZEPHYR_SDK_DOWNLOAD_FOLDER=https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v$ZEPHYR_SDK_VERSION ZEPHYR_SDK_SETUP_BINARY=zephyr-sdk-$ZEPHYR_SDK_VERSION-linux-x86_64-setup.run ZEPHYR_SDK_DOWNLOAD_URL=$ZEPHYR_SDK_DOWNLOAD_FOLDER/$ZEPHYR_SDK_SETUP_BINARY