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 ff638c3 commit d4c497eCopy full SHA for d4c497e
.github/workflows/build-presets.yml
@@ -57,7 +57,7 @@ jobs:
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-eabi"
59
curl --output "${toolchain_dir}.tar.xz" -L "${toolchain_url}"
60
- tar xf "${toolchain_dir}.tar.xz" -C "$(pwd)/${toolchain_dir}"
+ tar xf "${toolchain_dir}.tar.xz"
61
rm -f "${toolchain_dir}.tar.xz"
62
toolchain_bin_path="$(cd ${toolchain_dir}/bin && pwd)"
63
export PATH="\${PATH}:${toolchain_bin_path}"
0 commit comments