Skip to content

Commit b33959e

Browse files
committed
Merge branch 'ci/cron_optimization'
2 parents 7e07946 + 3f53186 commit b33959e

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
@@ -171,6 +171,7 @@ jobs:
171171
mkdir -p out
172172
find dist -name 'arduino-esp32-libs-esp*.tar.gz'
173173
for file in $files; do
174+
echo "Extracting $file"
174175
tar zxvf $file -C out
175176
cat out/tools/esp32-arduino-libs/versions.txt >> out/tools/esp32-arduino-libs/versions_full.txt
176177
done

0 commit comments

Comments
 (0)