Skip to content

Commit f240986

Browse files
committed
Print advanced sccache statistics
1 parent ef7534a commit f240986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ci/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,5 +279,5 @@ if [ "$RUN_CHECK_WITH_PARALLEL_QUERIES" != "" ]; then
279279
fi
280280

281281
echo "::group::sccache stats"
282-
sccache --show-stats || true
282+
sccache --show-adv-stats || true
283283
echo "::endgroup::"

0 commit comments

Comments
 (0)