We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e721599 commit 18fde6dCopy full SHA for 18fde6d
.github/workflows/push.yml
@@ -128,7 +128,7 @@ jobs:
128
# If file is in a src directory, find all sketches in the parent/examples directory
129
echo "Library src file found: $file"
130
lib=$(dirname $(dirname $file))
131
- lib_sketches+=$(find $lib/examples -name *.ino)
+ lib_sketches=$(find $lib/examples -name *.ino)
132
sketches+="$lib_sketches "
133
echo "Library sketches: $lib_sketches"
134
else
0 commit comments