Skip to content

Commit

Permalink
add include path in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
hasenradball committed Nov 22, 2024
1 parent f2a52f4 commit f914dc5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compile_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: |
mkdir -p $HOME/Arduino/libraries
cp -R lib/* $HOME/Arduino/libraries/
ls $
- name: Compile ESP32 examples
uses: arduino/compile-sketches@v1
Expand All @@ -39,3 +40,5 @@ jobs:
./examples/wifiTest/wifiTest.ino
./examples/readAM2302-Sensor/readAM2302-Sensor.ino
./examples/timerInterrupt/timerInterrupt.ino
build-properties: |
build.extra_flags="-I${{ github.workspace }}/include"

0 comments on commit f914dc5

Please sign in to comment.