Skip to content

Commit 85e859f

Browse files
authored
Use latest released version for CI build for Arduino_AVRSTL and Arduino_Portenta_OTA (#229)
1 parent 8ca47ec commit 85e859f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile-examples.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: arduino:megaavr
8888
libraries: |
8989
- name: ArduinoECCX08
90-
- source-url: https://github.com/arduino-libraries/Arduino_AVRSTL.git
90+
- name: Arduino_AVRSTL
9191
- name: WiFiNINA
9292
- name: Arduino_JSON
9393
- name: ArduinoBearSSL
@@ -137,7 +137,7 @@ jobs:
137137
name: arduino:mbed
138138
libraries: |
139139
- name: ArduinoECCX08
140-
- source-url: https://github.com/arduino-libraries/Arduino_Portenta_OTA.git
140+
- name: Arduino_Portenta_OTA
141141
sketch-paths: |
142142
- examples/utility/Provisioning
143143
# ESP8266 boards

0 commit comments

Comments
 (0)