Skip to content

Commit 3f53186

Browse files
committed
test
1 parent 854aec3 commit 3f53186

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cron.yml

+1
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ jobs:
183183
mkdir -p out
184184
find dist -name 'arduino-esp32-libs-esp*.tar.gz'
185185
for file in $files; do
186+
echo "Extracting $file"
186187
tar zxvf $file -C out
187188
cat out/tools/esp32-arduino-libs/versions.txt >> out/tools/esp32-arduino-libs/versions_full.txt
188189
done

0 commit comments

Comments
 (0)