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 fd6511b commit 4d43887Copy full SHA for 4d43887
.github/workflows/package_core.yml
@@ -14,7 +14,6 @@ jobs:
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
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
- mv zephyr-sdk-0.16.8 ../
18
19
- name: Initialize
20
run: |
0 commit comments