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 3a76a8b commit 27e8556Copy full SHA for 27e8556
.github/workflows/trunk.yml
@@ -381,7 +381,7 @@ jobs:
381
elif [[ ${{ matrix.os}} == "zephyr-preset" ]]; then
382
setup_script_args="--target-toolchain zephyr"
383
toolchain_prefix=arm-zephyr-eabi-
384
- threshold="135768" # 136 KiB
+ threshold="136000" # 136 KiB
385
toolchain_cmake=examples/zephyr/x86_64-linux-arm-zephyr-eabi-gcc.cmake
386
else
387
echo "Fail unsupport OS selection ${{ matrix.os }}"
0 commit comments