Skip to content

Commit bef1804

Browse files
committed
Fixing wrong file path
1 parent 628651f commit bef1804

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
@@ -61,7 +61,7 @@ jobs:
6161
curl --output "${toolchain_dir}.tar.xz" -L "${toolchain_url}"
6262
6363
# Verify download
64-
echo "93128be0235cf5cf5f1ee561aa6eac5f arm-zephyr-x86-64-eabi.tar.xz" > arm-zephyr-eabi.md5
64+
echo "93128be0235cf5cf5f1ee561aa6eac5f ${toolchain_dir}.tar.xz" > arm-zephyr-eabi.md5
6565
md5sum -c --strict arm-zephyr-eabi.md5
6666
6767
# Extract and install to PATH

0 commit comments

Comments
 (0)