Skip to content

Commit

Permalink
Add source-path to libraries in compile-arduino workflow
Browse files Browse the repository at this point in the history
Added a new source-path entry to the libraries section in the compile-arduino workflow configuration file. This change includes the current directory as a source path for libraries.
  • Loading branch information
forntoh committed Sep 15, 2024
1 parent bdc8213 commit b9d5398
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compile-arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
fqbn: ${{ matrix.board.fqbn }}
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
libraries: |
- source-path: ./
- source-url: https://github.com/johnrickman/LiquidCrystal_I2C.git
- source-url: https://github.com/feilipu/Arduino_FreeRTOS_Library.git
- source-url: https://github.com/mprograms/SimpleRotary.git
Expand Down

0 comments on commit b9d5398

Please sign in to comment.