Skip to content

Commit 5c10291

Browse files
committed
Install ArduinoRS485 and ArduinoModBus during CI build process.
These libraries are needed for the ModBus demo.
1 parent 313c298 commit 5c10291

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/compile-examples.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
- name: Arduino_Opta_Blueprint
3131
- name: Arduino_SerialUpdater
3232
- name: Arduino_DebugUtils
33+
- name: ArduinoRS485
34+
- name: ArduinoModbus
3335
enable-deltas-report: true
3436
github-token: ${{ secrets.GITHUB_TOKEN }}
3537
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)