Skip to content

Commit 0d9eaaf

Browse files
committed
Fix library dependency for GH action
1 parent c6e987d commit 0d9eaaf

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
@@ -63,7 +63,7 @@ jobs:
6363
# Install the library from the local path.
6464
- source-path: ./
6565
- name: Arduino_USBHostMbed5
66-
- source-path: https://github.com/arduino-libraries/Arduino_POSIXStorage
66+
- source-url: https://github.com/arduino-libraries/Arduino_POSIXStorage.git
6767
# Additional library dependencies can be listed here.
6868
# See: https://github.com/arduino/compile-sketches#libraries
6969
sketch-paths: |

0 commit comments

Comments
 (0)