Skip to content

Commit

Permalink
Fix examples build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stnkl committed Apr 30, 2022
1 parent ac366ca commit f94e6d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- "nodemcuv2"
- "lolin32"
example:
- "examples/BasicExample/BasicExample.ino"
- "examples/ColorPickers/ColorPickers.ino"
- "examples/Sliders/Sliders.ino"
- "examples/BasicExample"
- "examples/ColorPickers"
- "examples/Sliders"

steps:
- uses: actions/checkout@v2
Expand Down
8 changes: 0 additions & 8 deletions .vscode/settings.json

This file was deleted.

0 comments on commit f94e6d5

Please sign in to comment.