Skip to content

Commit bcfcdd7

Browse files
authored
Use the latest released version of WiFiNINA instead of WifiNINA:master:HEAD which is more relevant for the CI check since normal users are usually also only having the latest released library version (#167)
1 parent 81c0ef9 commit bcfcdd7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/compile-examples.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ jobs:
5757
- name: ArduinoECCX08
5858
- name: RTCZero
5959
- name: WiFi101
60-
# Use the version of WiFiNINA from the tip of its repository's default branch
61-
- source-url: https://github.com/arduino-libraries/WiFiNINA.git
60+
- name: WiFiNINA
6261
- name: Arduino_MKRMEM
6362
sketch-paths: '"examples/utility/Provisioning" "examples/utility/WiFi_Cloud_Blink"'
6463
# LoRaWAN boards

0 commit comments

Comments
 (0)