File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,12 +88,12 @@ jobs:
8888 export MICROPY_GIT_TAG=ci-release-${{ github.run_number }}-${TAG}
8989 export MICROPY_GIT_HASH=$(echo ${{ github.sha }} | cut -c1-8)
9090 poetry run make $MAKEOPTS -C micropython/mpy-cross
91- poetry run make $MAKEOPTS -C bricks/movehub
92- poetry run make $MAKEOPTS -C bricks/cityhub
93- poetry run make $MAKEOPTS -C bricks/technichub
91+ # poetry run make $MAKEOPTS -C bricks/movehub
92+ # poetry run make $MAKEOPTS -C bricks/cityhub
93+ # poetry run make $MAKEOPTS -C bricks/technichub
9494 poetry run make $MAKEOPTS -C bricks/primehub
95- poetry run make $MAKEOPTS -C bricks/essentialhub
96- poetry run make $MAKEOPTS -C bricks/nxt
95+ # poetry run make $MAKEOPTS -C bricks/essentialhub
96+ # poetry run make $MAKEOPTS -C bricks/nxt
9797 poetry run make $MAKEOPTS -C bricks/ev3
9898
9999 - name : Create Release and Upload Assets
You can’t perform that action at this time.
0 commit comments