From 8ca5012fb2958d20e699b80f1c730d99797195f0 Mon Sep 17 00:00:00 2001 From: Hasenradball Date: Fri, 22 Nov 2024 20:31:12 +0100 Subject: [PATCH] add space in include path --- .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 76e1b3e..7e650c0 100644 --- a/.github/workflows/compile_examples.yml +++ b/.github/workflows/compile_examples.yml @@ -41,4 +41,4 @@ jobs: ./examples/readAM2302-Sensor/readAM2302-Sensor.ino ./examples/timerInterrupt/timerInterrupt.ino build-properties: | - build.extra_flags="-I${{ github.workspace }}/include" + build.extra_flags="-I ${{ github.workspace }}/include"