Skip to content

Commit

Permalink
Update compile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-8 authored Sep 22, 2024
1 parent b4956af commit 02fd53b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ jobs:
arduino-cli compile ${{ matrix.code-dir }} --fqbn ${{ matrix.fqbn }} --output-dir ./hex/${{ matrix.configName }} # compile code in selected directory for selected board and drop hex files in corresponding hex/directory
# delete files other than programName.ino.hex (or .uf2) since others aren't needed
cd hex
ls
cd ..
rm -f hex/${{ matrix.configName }}/${{ matrix.code-dir }}.ino.eep
rm -f hex/${{ matrix.configName }}/${{ matrix.code-dir }}.ino.elf
rm -f hex/${{ matrix.configName }}/${{ matrix.code-dir }}.ino.with_bootloader.bin
Expand Down

0 comments on commit 02fd53b

Please sign in to comment.