Skip to content

Commit ce1aadf

Browse files
committed
include all
1 parent 2211b8b commit ce1aadf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/package_core.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ jobs:
6363
runs-on: ubuntu-latest
6464
needs: package-core
6565
strategy:
66-
matrix: ${{ fromJSON( needs.package-core.outputs.BOARD_VARIANTS ) }}
66+
matrix:
67+
include:
68+
${{ fromJSON( needs.package-core.outputs.BOARD_VARIANTS ) }}
6769
fail-fast: false
6870
env:
6971
FQBN: arduino:zephyr:${{ matrix.board }}

0 commit comments

Comments
 (0)