Skip to content

Commit dec0187

Browse files
committed
fix line issues
1 parent 63b3060 commit dec0187

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/bevy_mod_scripting.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
run: |
3434
cargo xtask ci-matrix > matrix.json
3535
cat matrix.json
36+
echo "Convert to single line JSON"
37+
jq -c . matrix.json > matrix.json
3638
echo "matrix=$(cat matrix.json)" >> $GITHUB_OUTPUT
3739
3840
check:

0 commit comments

Comments
 (0)