Skip to content

Commit 1214404

Browse files
committed
Auto merge of #16650 - Veykril:metrics-rustc, r=Veykril
Fix: Fix metrics CI failing
2 parents 838523d + 0c3a524 commit 1214404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/metrics.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
chmod 700 ~/.ssh
147147
148148
git clone --depth 1 [email protected]:rust-analyzer/metrics.git
149-
jq -s ".[0] * .[1] * .[2] * .[3] * .[4] * .[5] * .[6]" build.json self.json ripgrep-13.0.0.json webrender-2022.json diesel-1.4.8.json hyper-0.14.18.json -c >> metrics/metrics.json
149+
jq -s ".[0] * .[1] * .[2] * .[3] * .[4] * .[5]" build.json self.json ripgrep-13.0.0.json webrender-2022.json diesel-1.4.8.json hyper-0.14.18.json -c >> metrics/metrics.json
150150
cd metrics
151151
git add .
152152
git -c user.name=Bot -c [email protected] commit --message 📈

0 commit comments

Comments
 (0)