File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 13
13
if : ${{ ! contains(github.event.head_commit.message, 'ci skip') }}
14
14
uses : EnviroDIY/workflows/.github/workflows/build_examples.yaml@main
15
15
with :
16
- boards_to_build : ' all'
17
- examples_to_build : ' all'
16
+ boards_to_build : all
17
+ examples_to_build : all
18
18
secrets : inherit
Original file line number Diff line number Diff line change
1
+ {
2
+ "action_cache_version" : 1 ,
3
+ "dependencies" : [
4
+ {
5
+ "name" : " SdFat" ,
6
+ "owner" : " greiman" ,
7
+ "library id" : " 322" ,
8
+ "url" : " https://github.com/greiman/SdFat" ,
9
+ "version" : " ~2.2.3" ,
10
+ "note" : " SdFat - FAT16/FAT32 file system for SD cards." ,
11
+ "authors" : [" Bill Greiman" ],
12
+ "frameworks" : " arduino" ,
13
+ "platforms" : " atmelavr, atmelsam"
14
+ },
15
+ {
16
+ "name" : " SparkFun Qwiic RTC RV8803 Arduino Library" ,
17
+ "owner" : " sparkfun" ,
18
+ "url" : " https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git" ,
19
+ "version" : " ~1.2.9" ,
20
+ "note" : " For the RV-8803 RTC" ,
21
+ "frameworks" : " arduino" ,
22
+ "platforms" : " atmelavr, atmelsam"
23
+ }
24
+ ]
25
+ }
You can’t perform that action at this time.
0 commit comments