Skip to content

Commit 758c34d

Browse files
committed
fixup! fixup! ci(build): dynamically create the build matrix
1 parent ebd238b commit 758c34d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
options: --entrypoint /bin/bash
3939
needs: collect
4040
strategy:
41-
matrix: "${{ fromJSON(needs.collect.outputs.build-matrix) }}"
41+
matrix:
42+
include: "${{ fromJSON(needs.collect.outputs.build-matrix) }}"
4243

4344
steps:
4445
- name: Checkout

0 commit comments

Comments
 (0)