We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e987d commit 98baf29Copy full SHA for 98baf29
.github/workflows/compile-examples.yml
@@ -63,7 +63,7 @@ jobs:
63
# Install the library from the local path.
64
- source-path: ./
65
- name: Arduino_USBHostMbed5
66
- - source-path: https://github.com/arduino-libraries/Arduino_POSIXStorage
+ - name: Arduino_POSIXStorage
67
# Additional library dependencies can be listed here.
68
# See: https://github.com/arduino/compile-sketches#libraries
69
sketch-paths: |
@@ -100,4 +100,4 @@ jobs:
100
# If actions/download-artifact failed, there are no artifacts to report from.
101
if: steps.download-artifact.outcome == 'success'
102
with:
103
- sketches-reports-source: ${{ env.SKETCHES_REPORTS_PATH }}
+ sketches-reports-source: ${{ env.SKETCHES_REPORTS_PATH }}
0 commit comments