Skip to content

Commit 5fc0285

Browse files
committed
Merge branch 'master' into pio-sync
2 parents fbf3579 + 962470a commit 5fc0285

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/Continuous-Integration.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
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'
@@ -20,6 +21,7 @@ on:
2021
- '!CI/build/arduino-cli.py'
2122
- '!CI/build/platformio-builder.py'
2223
- tools/**
24+
- '!tools/platformio-build.py'
2325
jobs:
2426
astyle_check:
2527
runs-on: ubuntu-latest

platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ compiler.warning_flags.default=
1717
compiler.warning_flags.more=-Wall
1818
compiler.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

2222
compiler.S.cmd=arm-none-eabi-gcc
2323
compiler.c.cmd=arm-none-eabi-gcc

0 commit comments

Comments
 (0)