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 Jun 13, 2024
1 parent 92b00fa commit 5c7a56f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ 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 since others aren't needed
cd hex/${{ matrix.configName }}
ls
cd ../..
pwd
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 5c7a56f

Please sign in to comment.