Skip to content

Commit 9fd1b8e

Browse files
committed
Add example dependencies
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
1 parent 5cff9da commit 9fd1b8e

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

.github/workflows/build_examples.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
if: ${{ ! contains(github.event.head_commit.message, 'ci skip') }}
1414
uses: EnviroDIY/workflows/.github/workflows/build_examples.yaml@main
1515
with:
16-
boards_to_build: 'all'
17-
examples_to_build: 'all'
16+
boards_to_build: all
17+
examples_to_build: all
1818
secrets: inherit

examples/example_dependencies.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
}

0 commit comments

Comments
 (0)