Add Raspbian to Main CI (#2948)

This commit is contained in:
Jonathan Bennett 2023-11-18 08:55:19 -06:00 committed by GitHub
parent 46bd6ca7ba
commit dc8903ec42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,6 +129,12 @@ jobs:
with:
board: ${{ matrix.board }}
build-raspbian:
strategy:
fail-fast: false
max-parallel: 1
uses: ./.github/workflows/build_raspbian.yml
build-native:
runs-on: ubuntu-latest
steps: