You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# make board type-specific customizations to the matrix jobs
56
63
include:
@@ -69,6 +76,7 @@ jobs:
69
76
- libraries/RTC/examples/RTC_NTPSync
70
77
- libraries/RTC/examples/RTC_Alarm
71
78
- libraries/SFU
79
+
- libraries/KVStore/examples/StartCounter
72
80
- board:
73
81
fqbn: "arduino-git:renesas:portenta_c33"
74
82
additional-sketch-paths: |
@@ -84,6 +92,7 @@ jobs:
84
92
- libraries/RTC/examples/RTC_NTPSync
85
93
- libraries/RTC/examples/RTC_Alarm
86
94
- libraries/SFU
95
+
- libraries/KVStore/examples/StartCounter
87
96
- board:
88
97
fqbn: "arduino:renesas_uno:unor4wifi"
89
98
additional-sketch-paths: |
@@ -106,11 +115,11 @@ jobs:
106
115
107
116
steps:
108
117
- name: Checkout repository
109
-
uses: actions/checkout@v3
118
+
uses: actions/checkout@v4
110
119
111
120
# The source files are in a subfolder of the ArduinoCore-API repository, so it's not possible to clone it directly to the final destination in the core
0 commit comments