From 8bf835043a855cdb46bc0c1da72c8fc8b17d16f4 Mon Sep 17 00:00:00 2001 From: Hasenradball Date: Fri, 22 Nov 2024 20:48:00 +0100 Subject: [PATCH] adapt build extra flags --- .github/workflows/compile_examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile_examples.yml b/.github/workflows/compile_examples.yml index dc181b8..6a1f398 100644 --- a/.github/workflows/compile_examples.yml +++ b/.github/workflows/compile_examples.yml @@ -39,5 +39,5 @@ jobs: ./examples/wifiTest/wifiTest.ino ./examples/readAM2302-Sensor/readAM2302-Sensor.ino ./examples/timerInterrupt/timerInterrupt.ino - cli-compile-flags: | + build-property: | build.extra_flags="-I ${{ github.workspace }}/include"