Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build_boards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ jobs:
with:
python-version: 3.10.16

- name: Setup IDF
run: |
source ./third_party/micropython/tools/ci.sh && ci_esp32_idf_setup

- name: Prepare to Build Tensorflow Micropython Firmware for ESP32
run: |
git submodule init
Expand All @@ -59,6 +55,10 @@ jobs:
make BOARD= submodules
cd ../../../

- name: Setup IDF
run: |
source ./third_party/micropython/tools/ci.sh && ci_esp32_idf_setup

- name: Setup Build for Tensorflow
run: |
source ./esp-idf/export.sh
Expand All @@ -84,6 +84,6 @@ jobs:
name: microlite-esp32-${{ matrix.board_type }}-firmware
path: |
./boards/${{ matrix.board_type }}/build/bootloader/bootloader.bin
./boards/${{ matrix.board_type }}/build/partition_table/partition-table.bin
./boards/${{ matrix.board_type }}/build/partition_table/partition-table.bin # yamllint disable-line rule:line-length
./boards/${{ matrix.board_type }}/build/micropython.bin
./boards/${{ matrix.board_type }}/build/micropython.elf
Loading