File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1111 - ' !CI/build/arduino-cli.py'
1212 - ' !CI/build/platformio-builder.py'
1313 - tools/**
14+ - ' !tools/platformio-build.py'
1415 pull_request :
1516 paths-ignore :
1617 - ' *.json'
2021 - ' !CI/build/arduino-cli.py'
2122 - ' !CI/build/platformio-builder.py'
2223 - tools/**
24+ - ' !tools/platformio-build.py'
2325jobs :
2426 astyle_check :
2527 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ compiler.warning_flags.default=
1717compiler.warning_flags.more=-Wall
1818compiler.warning_flags.all=-Wall -Wextra
1919
20- compiler.path={runtime.tools.xpack-arm-none-eabi-gcc-9.3.1-1.1 .path}/bin/
20+ compiler.path={runtime.tools.xpack-arm-none-eabi-gcc-9.3.1-1.2 .path}/bin/
2121
2222compiler.S.cmd=arm-none-eabi-gcc
2323compiler.c.cmd=arm-none-eabi-gcc
You can’t perform that action at this time.
0 commit comments