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 68c42e0 commit 645a94dCopy full SHA for 645a94d
.github/workflows/package_core.yml
@@ -208,7 +208,7 @@ jobs:
208
run: |
209
mkdir Blink/
210
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
+ echo "ALL_LIBRARIES<<EOF" >> $GITHUB_ENV
212
find ArduinoCore/libraries/ -name library.properties | while read -r propfile; do
213
grep '^depends=' "$propfile" | cut -d= -f2 | tr ',' '\n' | while read -r dep; do
214
printf " - name: %s\n" "$dep" | tee -a $GITHUB_ENV
0 commit comments