Skip to content

Commit 6dbf61f

Browse files
update json serialization in build-dep job
1 parent 65a828e commit 6dbf61f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/newbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
148148
build-dep:
149149
needs: [setup, prepare]
150-
if: needs.prepare.outputs.deps-to-build != fromJSON([])
150+
if: needs.prepare.outputs.deps-to-build != toJSON([])
151151
strategy:
152152
matrix:
153153
dep: ${{ fromJSON(needs.prepare.outputs.deps-to-build) }}

0 commit comments

Comments
 (0)