Skip to content

Commit

Permalink
Add example dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Damiano <[email protected]>
  • Loading branch information
SRGDamia1 committed Jan 7, 2025
1 parent 5cff9da commit 9fd1b8e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
if: ${{ ! contains(github.event.head_commit.message, 'ci skip') }}
uses: EnviroDIY/workflows/.github/workflows/build_examples.yaml@main
with:
boards_to_build: 'all'
examples_to_build: 'all'
boards_to_build: all
examples_to_build: all
secrets: inherit
25 changes: 25 additions & 0 deletions examples/example_dependencies.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"action_cache_version": 1,
"dependencies": [
{
"name": "SdFat",
"owner": "greiman",
"library id": "322",
"url": "https://github.com/greiman/SdFat",
"version": "~2.2.3",
"note": "SdFat - FAT16/FAT32 file system for SD cards.",
"authors": ["Bill Greiman"],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "SparkFun Qwiic RTC RV8803 Arduino Library",
"owner": "sparkfun",
"url": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git",
"version": "~1.2.9",
"note": "For the RV-8803 RTC",
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
}
]
}

1 comment on commit 9fd1b8e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lint_errors

Please sign in to comment.