Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 210325a

Browse files
committed
[CI] Add ArduinoRS485 dependency
1 parent 5004f96 commit 210325a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: .github/workflows/compile-examples.yml

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
fqbn: arduino:mbed_portenta:envie_m7
4343
platforms: |
4444
- name: arduino:mbed_portenta
45+
libraries: |
46+
- name: ArduinoRS485
4547
enable-deltas-report: true
4648
enable-warnings-report: true
4749
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}

Diff for: library.properties

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ category=Communication
88
url=https://github.com/arduino-libraries/Arduino_MachineControl
99
architectures=mbed, mbed_portenta
1010
includes=Arduino_MachineControl.h
11+
depends=ArduinoRS485
12+

0 commit comments

Comments
 (0)