Skip to content

Commit 98baf29

Browse files
authored
Use POSIXStorage from lib manager
1 parent c6e987d commit 98baf29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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+
- name: Arduino_POSIXStorage
6767
# Additional library dependencies can be listed here.
6868
# See: https://github.com/arduino/compile-sketches#libraries
6969
sketch-paths: |
@@ -100,4 +100,4 @@ jobs:
100100
# If actions/download-artifact failed, there are no artifacts to report from.
101101
if: steps.download-artifact.outcome == 'success'
102102
with:
103-
sketches-reports-source: ${{ env.SKETCHES_REPORTS_PATH }}
103+
sketches-reports-source: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)