We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff328dd commit f84b4a6Copy full SHA for f84b4a6
.github/workflows/compile-sketch.yml
@@ -98,6 +98,9 @@ jobs:
98
fqbn: ${{ matrix.board.fqbn }}
99
libraries: |
100
- source-path: ./
101
+ # Add library dependencies here:
102
+ - source-url: https://github.com/sparkfun/SparkFun_Toolkit.git
103
+ # - name: name-of-library-registered-with-arduino-library-manager
104
sketch-paths: |
105
- examples/Example05_AlternateAddress
106
enable-warnings-report: true
0 commit comments