File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11
11
- ' !CI/build/arduino-cli.py'
12
12
- ' !CI/build/platformio-builder.py'
13
13
- tools/**
14
+ - ' !tools/platformio-build.py'
14
15
pull_request :
15
16
paths-ignore :
16
17
- ' *.json'
20
21
- ' !CI/build/arduino-cli.py'
21
22
- ' !CI/build/platformio-builder.py'
22
23
- tools/**
24
+ - ' !tools/platformio-build.py'
23
25
jobs :
24
26
astyle_check :
25
27
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ compiler.warning_flags.default=
17
17
compiler.warning_flags.more=-Wall
18
18
compiler.warning_flags.all=-Wall -Wextra
19
19
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/
21
21
22
22
compiler.S.cmd=arm-none-eabi-gcc
23
23
compiler.c.cmd=arm-none-eabi-gcc
You can’t perform that action at this time.
0 commit comments