Skip to content

Commit ee74565

Browse files
committed
Fix GHA CI matrix evaluation value.
1 parent 0ca11f1 commit ee74565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
include: fromJSON(needs.cpp-matrix.outputs.matrix)
36+
include: ${{ fromJSON(needs.cpp-matrix.outputs.matrix) }}
3737

3838
# use matrix entries
3939
name: ${{ matrix.name }}

0 commit comments

Comments
 (0)