ci: remove jq formatting

This commit is contained in:
Phillip Cloud 2021-12-30 07:25:48 -05:00
parent e303e801c9
commit bb7e977729
No known key found for this signature in database
GPG key ID: D908212070FD785E

View file

@ -27,7 +27,7 @@ jobs:
run: |
set -euo pipefail
matrix="$(nix-instantiate --eval --json --expr 'builtins.attrNames (import ./tests {})' | jq '{attr: .}')"
matrix="$(nix-instantiate --eval --json --expr 'builtins.attrNames (import ./tests {})' | jq -rcM '{attr: .}')"
echo "::set-output name=matrix::$matrix"
builds: