Skip to content

Commit f5fabaa

Browse files
committed
Mention library name explicitly
1 parent 4f9e870 commit f5fabaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
libraries: |
5959
# Install the library from the local path.
6060
- source-path: ./
61-
- source-path: https://github.com/arduino-libraries/Arduino_USBHostMbed5
61+
- name: Arduino_USBHostMbed5
6262
# Additional library dependencies can be listed here.
6363
# See: https://github.com/arduino/compile-sketches#libraries
6464
sketch-paths: |

0 commit comments

Comments
 (0)