Skip to content

Commit

Permalink
ci: debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
felixerdy committed May 31, 2024
1 parent ce3b36e commit 0b69b99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compile-sketches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ jobs:
if [[ "$sketch_path" != "-" ]]; then
echo "Processing sketch path: $sketch_path"
python3 lzss.py --encode $sketch_path/$sketch_path.ino.bin /tmp/$sketch_path.ino.lzss
echo "LZSS file created: /tmp/$sketch_path.ino.lzss"
python3 bin2ota.py ESP /tmp/$sketch_path.ino.lzss /tmp/$sketch_path.ino.ota
echo "OTA file created: /tmp/$sketch_path.ino.ota"
fi
done
Expand Down

0 comments on commit 0b69b99

Please sign in to comment.