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 705ce5b commit 3766dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
rm -f hex/${{ matrix.configName }}/${{ matrix.code-dir }}.ino.with_bootloader.hex
rm -f hex/${{ matrix.configName }}/${{ matrix.code-dir }}.ino.map
rm -f hex/${{ matrix.configName }}/${{ matrix.code-dir }}.ino.merged.bin
if [[ "${{ matrix.fqbn }}" != "esp32:esp32:esp32" ]]; then cd ./hex/${{ matrix.configName }}; wget "https://github.com/espressif/arduino-esp32/raw/refs/tags/3.0.5/tools/partitions/boot_app0.bin"; fi
if [[ "${{ matrix.fqbn }}" == "esp32:esp32:esp32" ]]; then cd ./hex/${{ matrix.configName }}; wget "https://github.com/espressif/arduino-esp32/raw/refs/tags/3.0.5/tools/partitions/boot_app0.bin"; fi
- name: Commit compiled files
run: |
Expand Down

0 comments on commit 3766dd4

Please sign in to comment.