We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 138c158 commit 2490c71Copy full SHA for 2490c71
.github/workflows/compile-examples.yml
@@ -31,9 +31,9 @@ jobs:
31
- name: Arduino_DebugUtils
32
- source-url: https://github.com/fabik111/Arduino_ConnectionHandler.git
33
version: 54b93d64da130f653fb437819c22fb89b78732d0
34
- - source-url: https://github.com/arduino-libraries/ArduinoBLE.git
35
- - source-url: https://github.com/arduino-libraries/Arduino_CloudUtils.git
36
- - source-url: https://github.com/arduino-libraries/Arduino_KVStore.git
+ - name: ArduinoBLE
+ - name: Arduino_CloudUtils
+ - name: Arduino_KVStore
37
SKETCH_PATHS: |
38
- examples/NetworkConfiguratorDemo
39
SKETCHES_REPORTS_PATH: sketches-reports
0 commit comments