Skip to content

Commit ff1bc00

Browse files
committed
Fix matrix format as well
1 parent cd0a80c commit ff1bc00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-copr-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
EOF
159159
160160
# Filter batches to only include packages that need building
161-
FILTERED=$(jq --argjson pkgs "$PACKAGES" '
161+
FILTERED=$(jq -c --argjson pkgs "$PACKAGES" '
162162
.batch | map(
163163
.packages = (.packages | map(select(. as $p | $pkgs | index($p))))
164164
| select(.packages | length > 0)

0 commit comments

Comments
 (0)