Skip to content

Commit

Permalink
Install Arduino_Opta_Blueprint and required dependencies for CI build.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Jul 23, 2024
1 parent da9243c commit d507ac1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
with:
fqbn: ${{ matrix.board.fqbn }}
platforms: ${{ matrix.board.platforms }}
libraries: |
- source-path: ./
- name: Arduino_Opta_Blueprint
- name: Arduino_SerialUpdater
- name: Arduino_DebugUtils
enable-deltas-report: true
github-token: ${{ secrets.GITHUB_TOKEN }}
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
Expand Down

0 comments on commit d507ac1

Please sign in to comment.