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 9cd476f commit 497d76eCopy full SHA for 497d76e
1 file changed
.github/workflows/build.yml
@@ -125,6 +125,7 @@ jobs:
125
run: |
126
export MICROPY_GIT_TAG=ci-build-${{ github.run_number }}-$(git describe --tags --dirty --always --exclude "@pybricks/*")
127
export MICROPY_GIT_HASH=$(echo ${{ github.sha }} | cut -c1-8)
128
+ [ "${{ matrix.hub }}" = "buildhat" ] && make -C bricks/${{ matrix.hub }} submodules
129
make -C bricks/${{ matrix.hub }}
130
- name: Extract firmware.zip for upload
131
if: ${{ success()}}
0 commit comments