We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca47ec commit 85e859fCopy full SHA for 85e859f
.github/workflows/compile-examples.yml
@@ -87,7 +87,7 @@ jobs:
87
- name: arduino:megaavr
88
libraries: |
89
- name: ArduinoECCX08
90
- - source-url: https://github.com/arduino-libraries/Arduino_AVRSTL.git
+ - name: Arduino_AVRSTL
91
- name: WiFiNINA
92
- name: Arduino_JSON
93
- name: ArduinoBearSSL
@@ -137,7 +137,7 @@ jobs:
137
name: arduino:mbed
138
139
140
- - source-url: https://github.com/arduino-libraries/Arduino_Portenta_OTA.git
+ - name: Arduino_Portenta_OTA
141
sketch-paths: |
142
- examples/utility/Provisioning
143
# ESP8266 boards
0 commit comments