From 86a30f3273153b7c9b3e31bc217969541e25e002 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Fri, 26 Mar 2021 11:41:37 -0500 Subject: [PATCH] Update SDK to 0.12.4 release Signed-off-by: Kumar Gala --- shippable/install_sdk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable/install_sdk.sh b/shippable/install_sdk.sh index df288c4..52ff811 100755 --- a/shippable/install_sdk.sh +++ b/shippable/install_sdk.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -VERSION=0.12.3 +VERSION=0.12.4 wget -q https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v${VERSION}/zephyr-sdk-${VERSION}-x86_64-linux-setup.run chmod +x zephyr-sdk-${VERSION}-x86_64-linux-setup.run