We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174fb98 commit 18786f7Copy full SHA for 18786f7
.github/workflows/compile-examples.yml
@@ -23,9 +23,9 @@ on:
23
24
env:
25
UNIVERSAL_SKETCH_PATHS: |
26
- - examples/Battery
27
- - examples/Charger
28
- - examples/Standby_WakeFromPin
+ - examples/Battery
+ - examples/Charger
+ - examples/Standby_WakeFromPin
29
SKETCHES_REPORTS_PATH: sketches-reports
30
SKETCHES_REPORTS_ARTIFACT_NAME: sketches-reports
31
@@ -64,7 +64,6 @@ jobs:
64
fqbn: ${{ matrix.board.fqbn }}
65
platforms: ${{ matrix.board.platforms }}
66
libraries: |
67
- # Install the library from the local path.
68
- source-path: ./
69
- name: Arduino_PF1550
70
- source-url: https://github.com/arduino-libraries/Arduino_LowPowerPortentaC33.git
0 commit comments