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 2211b8b commit ce1aadfCopy full SHA for ce1aadf
.github/workflows/package_core.yml
@@ -63,7 +63,9 @@ jobs:
63
runs-on: ubuntu-latest
64
needs: package-core
65
strategy:
66
- matrix: ${{ fromJSON( needs.package-core.outputs.BOARD_VARIANTS ) }}
+ matrix:
67
+ include:
68
+ ${{ fromJSON( needs.package-core.outputs.BOARD_VARIANTS ) }}
69
fail-fast: false
70
env:
71
FQBN: arduino:zephyr:${{ matrix.board }}
0 commit comments