Skip to content

Commit 1668ea1

Browse files
committed
fix matrix
1 parent b8d63a5 commit 1668ea1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-rpm-modular-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ jobs:
784784
echo "Successful build combos:"
785785
printf '%s\n' "$succeeded"
786786
787-
include=$(jq -Rs '
787+
include=$(jq -cRs '
788788
split("\n")
789789
| map(select(length > 0))
790790
| map(split(" ") | {alma: .[0], arch: .[1]})

0 commit comments

Comments
 (0)