Skip to content

Commit 4ca2166

Browse files
committed
fix matrix ona reusable build
Signed-off-by: Avi Deitcher <avi@deitcher.net>
1 parent c0488bf commit 4ca2166

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-reusable.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ jobs:
116116
sim: ${{ fromJSON(inputs.sim) }}
117117
cmodel: ${{ fromJSON(inputs.cmodel) }}
118118
languages: ${{ fromJSON(inputs.languages) }}
119-
report: ${{ inputs.report }}
119+
report:
120+
- ${{ inputs.report }}
120121

121122
exclude:
122123
- mode: musl

0 commit comments

Comments
 (0)