Skip to content

Commit

Permalink
rm elf map
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Mar 18, 2024
1 parent c41aa41 commit f595bf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_esptool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ jobs:
export PATH=$PATH:$ESP8266_BINDIR:$ESP32_BINDIR:$ESP32S2_BINDIR:$ESP32S3_BINDIR:$ESP32C3_BINDIR
./ci/setup_ci_build_env.sh
make -C flasher_stub V=1
rm /home/runner/work/esptool/esptool/flasher_stub/build/*.elf
rm /home/runner/work/esptool/esptool/flasher_stub/build/*.map
- name: Update package.json when a release tag is set
if: startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest'
run: |
Expand Down

0 comments on commit f595bf4

Please sign in to comment.