Skip to content

Commit 2f72a0d

Browse files
committed
No jq
1 parent 0cdb597 commit 2f72a0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
fi
5858
done < <(cargo metadata --no-deps --format-version 1 | jq -r '.packages[] | .name + ":" + .manifest_path')
5959
echo "]" >> benches.json
60-
jq benches.json | tee >> "$GITHUB_OUTPUT"
60+
tee benches.json >> "$GITHUB_OUTPUT"
6161
6262
benchmarks:
6363
name: Run benchmarks

0 commit comments

Comments
 (0)