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 1e7f8fe commit 2a13d9eCopy full SHA for 2a13d9e
1 file changed
.github/workflows/build.yml
@@ -126,7 +126,7 @@ jobs:
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 }}
+ poetry run make -C bricks/${{ matrix.hub }}
130
- name: Extract firmware.zip for upload
131
if: ${{ success()}}
132
working-directory: bricks/${{ matrix.hub }}/build
0 commit comments