Skip to content

Commit

Permalink
Install ArduinoRS485 and ArduinoModBus during CI build process.
Browse files Browse the repository at this point in the history
These libraries are needed for the ModBus demo.
  • Loading branch information
aentinger committed Aug 21, 2024
1 parent 313c298 commit 9ec28b3
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 @@ -30,6 +30,9 @@ jobs:
- name: Arduino_Opta_Blueprint
- name: Arduino_SerialUpdater
- name: Arduino_DebugUtils
- name: ArduinoRS485
- name: ArduinoRS485
- name: ArduinoModbus
enable-deltas-report: true
github-token: ${{ secrets.GITHUB_TOKEN }}
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
Expand Down

0 comments on commit 9ec28b3

Please sign in to comment.