From 34af411b1af9f73cf5fb6e592cc6a4b347a7ffd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claus=20N=C3=A4veke?= Date: Fri, 20 Dec 2024 18:00:36 +0100 Subject: [PATCH] Update arduino-cli.yml Another Try to fix Arduino CLI --- .github/workflows/arduino-cli.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/arduino-cli.yml b/.github/workflows/arduino-cli.yml index 439b0ab..2593037 100644 --- a/.github/workflows/arduino-cli.yml +++ b/.github/workflows/arduino-cli.yml @@ -40,4 +40,6 @@ jobs: - source-url: https://github.com/schreibfaul1/ESP32-audioI2S.git sketch-paths: | - "Examples/Basics" - 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\"" + 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"