File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 59
59
arduino-cli core upgrade
60
60
arduino-cli cache clean
61
61
patch "$HOME/.arduino15/packages/arduino/hardware/mbed/1.3.2/cores/arduino/Arduino.h" -i "$GITHUB_WORKSPACE/scripts/patches/ARDUINO_LIB_DISCOVERY_PHASE.patch" ||:
62
+ patch "$HOME/.arduino15/packages/esp32/hardware/esp32/1.0.5/platform.txt" -i "$GITHUB_WORKSPACE/scripts/patches/ESP32-quote-spaces-path.patch" ||:
62
63
63
64
- name : Install Arduino Libraries
64
65
run : |
Original file line number Diff line number Diff line change
1
+ 70c70
2
+ < recipe.hooks.prebuild.1.pattern=bash -c "[ ! -f {build.source.path}/partitions.csv ] || cp -f {build.source.path}/partitions.csv {build.path}/partitions.csv"
3
+ ---
4
+ > recipe.hooks.prebuild.1.pattern=bash -c "[ ! -f "{build.source.path}"/partitions.csv ] || cp -f "{build.source.path}"/partitions.csv {build.path}/partitions.csv"
You can’t perform that action at this time.
0 commit comments