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 9a6b4c1 commit ee0fbd9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,7 @@ 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 ..
tree
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 ee0fbd9

Please sign in to comment.