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 628651f commit bef1804Copy full SHA for bef1804
.github/workflows/build-presets.yml
@@ -61,7 +61,7 @@ jobs:
61
curl --output "${toolchain_dir}.tar.xz" -L "${toolchain_url}"
62
63
# Verify download
64
- echo "93128be0235cf5cf5f1ee561aa6eac5f arm-zephyr-x86-64-eabi.tar.xz" > arm-zephyr-eabi.md5
+ echo "93128be0235cf5cf5f1ee561aa6eac5f ${toolchain_dir}.tar.xz" > arm-zephyr-eabi.md5
65
md5sum -c --strict arm-zephyr-eabi.md5
66
67
# Extract and install to PATH
0 commit comments