Skip to content

Commit ff638c3

Browse files
committed
Changing desired toolcahin out dir name to mathc name of extracted dir
1 parent 07eafff commit ff638c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-presets.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,10 @@ jobs:
5555
5656
# Download toolchain and add to path
5757
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"
58+
toolchain_dir="arm-zephyr-eabi"
5959
curl --output "${toolchain_dir}.tar.xz" -L "${toolchain_url}"
6060
tar xf "${toolchain_dir}.tar.xz" -C "$(pwd)/${toolchain_dir}"
6161
rm -f "${toolchain_dir}.tar.xz"
62-
ls -lah
6362
toolchain_bin_path="$(cd ${toolchain_dir}/bin && pwd)"
6463
export PATH="\${PATH}:${toolchain_bin_path}"
6564

0 commit comments

Comments
 (0)