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"