Skip to content

Commit a061a3a

Browse files
committed
[CI] apply patch for espressif/arduino-esp32#4868
1 parent 1b44d01 commit a061a3a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/examples.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
arduino-cli core upgrade
6060
arduino-cli cache clean
6161
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" ||:
6263
6364
- name: Install Arduino Libraries
6465
run: |
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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"

0 commit comments

Comments
 (0)