Skip to content

Commit 645a94d

Browse files
committed
step
1 parent 68c42e0 commit 645a94d

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
@@ -208,7 +208,7 @@ jobs:
208208
run: |
209209
mkdir Blink/
210210
wget -nv https://raw.githubusercontent.com/arduino/arduino-examples/refs/heads/main/examples/01.Basics/Blink/Blink.ino -P Blink/
211-
echo -n "ALL_LIBRARIES=<<EOF" >> $GITHUB_ENV
211+
echo "ALL_LIBRARIES<<EOF" >> $GITHUB_ENV
212212
find ArduinoCore/libraries/ -name library.properties | while read -r propfile; do
213213
grep '^depends=' "$propfile" | cut -d= -f2 | tr ',' '\n' | while read -r dep; do
214214
printf " - name: %s\n" "$dep" | tee -a $GITHUB_ENV

0 commit comments

Comments
 (0)