Skip to content

Commit

Permalink
ci: also build for microbit-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Dec 13, 2023
1 parent 1309a76 commit 15e7b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
sccache --start-server || true # work around https://github.com/ninja-build/ninja/issues/2052
laze build --partition hash:${{ matrix.partition }} --builders nrf52840dk,rpi-pico -g
laze build --partition hash:${{ matrix.partition }} --builders microbit-v2,nrf52840dk,rpi-pico -g
CI-success:
if: ${{ always() }}
Expand Down

0 comments on commit 15e7b95

Please sign in to comment.