Skip to content

Commit

Permalink
add space in include path
Browse files Browse the repository at this point in the history
  • Loading branch information
hasenradball committed Nov 22, 2024
1 parent f914dc5 commit 8ca5012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 8ca5012

Please sign in to comment.