We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc4768 commit 94b86a9Copy full SHA for 94b86a9
.github/workflows/package_core.yml
@@ -13,7 +13,7 @@ jobs:
13
sudo apt-get update
14
sudo apt-get install -y --no-install-recommends git cmake wget python3-pip
15
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
+ 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
17
18
- name: Initialize
19
working-directory: ArduinoCore-zephyr
0 commit comments