Skip to content

Commit d89bfe7

Browse files
authored
Update arduino-cli.yml
Try to fix arduino cli build 🙈
1 parent e4a0f22 commit d89bfe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/arduino-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
- source-url: https://github.com/schreibfaul1/ESP32-audioI2S.git
4141
sketch-paths: |
4242
- "Examples/Basics"
43-
cli-compile-flags: --build-property build.extra_flags="-DUSER_SETUP_LOADED -DTFT_MISO=12 -DTFT_MOSI=13 -DTFT_SCLK=14 -DTFT_CS=15 -DUSE_HSPI_PORT -DTFT_DC=2 -DTFT_RST=-1 -DTFT_BL=21 -DILI9341_2_DRIVER"
43+
cli-compile-flags: --build-property "build.extra_flags=\"-DUSER_SETUP_LOADED -DTFT_MISO=12 -DTFT_MOSI=13 -DTFT_SCLK=14 -DTFT_CS=15 -DUSE_HSPI_PORT -DTFT_DC=2 -DTFT_RST=-1 -DTFT_BL=21 -DILI9341_2_DRIVER\""

0 commit comments

Comments
 (0)