Skip to content

Commit 496ba37

Browse files
committed
step
1 parent 3d42b9f commit 496ba37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package_core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
wget -nv https://raw.githubusercontent.com/arduino/arduino-examples/refs/heads/main/examples/01.Basics/Blink/Blink.ino -P Blink/
211211
echo "ALL_LIBRARIES<<EOF" >> $GITHUB_ENV
212212
find ArduinoCore-zephyr/libraries/ -name library.properties | while read -r propfile; do
213-
grep '^depends=' "$propfile" | cut -d= -f2 | tr ',' '\n' | while read -r dep; do
213+
grep '^depends=' "$propfile" | cut -d= -f2- | tr ',' '\n' | while read -r dep; do
214214
[ -z "$dep" ] || printf " - name: \"%s\"\n" "$dep" >> $GITHUB_ENV
215215
done
216216
printf " - source-path: \"%s\"\n" $(find ArduinoCore-zephyr/libraries/ -maxdepth 1 -mindepth 1 -type d) >> $GITHUB_ENV

0 commit comments

Comments
 (0)