Skip to content

Commit d4c497e

Browse files
committed
No need for named output extraction dir anymore
1 parent ff638c3 commit d4c497e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-presets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
toolchain_url="https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.17.2/toolchain_linux-x86_64_arm-zephyr-eabi.tar.xz"
5858
toolchain_dir="arm-zephyr-eabi"
5959
curl --output "${toolchain_dir}.tar.xz" -L "${toolchain_url}"
60-
tar xf "${toolchain_dir}.tar.xz" -C "$(pwd)/${toolchain_dir}"
60+
tar xf "${toolchain_dir}.tar.xz"
6161
rm -f "${toolchain_dir}.tar.xz"
6262
toolchain_bin_path="$(cd ${toolchain_dir}/bin && pwd)"
6363
export PATH="\${PATH}:${toolchain_bin_path}"

0 commit comments

Comments
 (0)