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 a5d7e5c commit b6884dfCopy full SHA for b6884df
.github/workflows/trunk.yml
@@ -346,7 +346,7 @@ jobs:
346
elif [[ ${{ matrix.os}} == "zephyr-preset" ]]; then
347
setup_script_args="--target-toolchain zephyr"
348
toolchain_prefix=arm-zephyr-eabi-
349
- threshold="135168" # 132 KiB
+ threshold="135240" # 132 KiB
350
toolchain_cmake=examples/zephyr/x86_64-linux-arm-zephyr-eabi-gcc.cmake
351
else
352
echo "Fail unsupport OS selection ${{ matrix.os }}"
0 commit comments