We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86fc2d0 commit ebf6ae8Copy full SHA for ebf6ae8
.github/workflows/build_boards.yml
@@ -49,6 +49,11 @@ jobs:
49
chmod +x ./scripts/build_and_check.sh
50
./scripts/build_and_check.sh ${{ matrix.board_type }}
51
52
+ - name: Assemble unified image
53
+ run: |
54
+ cd ./boards/${{ matrix.board_type }}
55
+ chmod +x ../../scripts/assemble-unified-image-esp.sh
56
+
57
- name: Archive Firmware
58
uses: actions/upload-artifact@v4
59
with:
scripts/build_and_check.sh
@@ -53,7 +53,7 @@ pushd boards/${BOARD} >/dev/null
rm -rf build
-cd ../../third_party/micropython/ports/esp32
+# cd ../../third_party/micropython/ports/esp32
# Inject flags so that:
# • C builds drop -Werror=stringop-overflow
0 commit comments