Skip to content

Commit 94b86a9

Browse files
committed
ci: fix package_core
1 parent bfc4768 commit 94b86a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package_core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
sudo apt-get update
1414
sudo apt-get install -y --no-install-recommends git cmake wget python3-pip
1515
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.8/zephyr-sdk-0.16.8_linux-x86_64_minimal.tar.xz
16-
cd zephyr-sdk-0.16.8 && ./setup.sh -t arm-zephyr-eabi -c
16+
tar xf zephyr-sdk-0.16.8_linux-x86_64_minimal.tar.xz && cd zephyr-sdk-0.16.8 && ./setup.sh -t arm-zephyr-eabi -c
1717
1818
- name: Initialize
1919
working-directory: ArduinoCore-zephyr

0 commit comments

Comments
 (0)