Skip to content

Commit

Permalink
Use new sccache stats for showing advanced stats
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Mar 1, 2025
1 parent 3e4dbff commit d369c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -279,5 +279,5 @@ if [ "$RUN_CHECK_WITH_PARALLEL_QUERIES" != "" ]; then
fi

echo "::group::sccache stats"
sccache --show-stats || true
sccache --show-adv-stats || true
echo "::endgroup::"

0 comments on commit d369c98

Please sign in to comment.