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 07eafff commit ff638c3Copy full SHA for ff638c3
.github/workflows/build-presets.yml
@@ -55,11 +55,10 @@ jobs:
55
56
# Download toolchain and add to path
57
toolchain_url="https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.17.2/toolchain_linux-x86_64_arm-zephyr-eabi.tar.xz"
58
- toolchain_dir="arm-zephyr-x86-64-eabi"
+ toolchain_dir="arm-zephyr-eabi"
59
curl --output "${toolchain_dir}.tar.xz" -L "${toolchain_url}"
60
tar xf "${toolchain_dir}.tar.xz" -C "$(pwd)/${toolchain_dir}"
61
rm -f "${toolchain_dir}.tar.xz"
62
- ls -lah
63
toolchain_bin_path="$(cd ${toolchain_dir}/bin && pwd)"
64
export PATH="\${PATH}:${toolchain_bin_path}"
65
0 commit comments