Skip to content

Commit e4ba31d

Browse files
committed
another
1 parent 4b9ac6d commit e4ba31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dummy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
needs: [list-windows-default, list-windows-strawberry]
141141
strategy:
142142
fail-fast: false
143-
matrix: ${{fromJson(needs.list-windows-default.outputs.matrix)}}
143+
matrix: ${{ fromJson(needs.list-windows-default.outputs.matrix )}} ${{ fromJson(needs.list-windows-strawberry.outputs.matrix )}}
144144
steps:
145145
- uses: actions/checkout@v6
146146
- name: Setup perl

0 commit comments

Comments
 (0)