From aab3bf23ea19b09b17e6171e11ba0caf67ddef30 Mon Sep 17 00:00:00 2001 From: Vicente Bolea Date: Sun, 24 Mar 2024 14:31:56 -0400 Subject: [PATCH] ci: add ccache job summary (#4101) --- .github/workflows/everything.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/everything.yml b/.github/workflows/everything.yml index 4bd22408f5..af2f464df2 100644 --- a/.github/workflows/everything.yml +++ b/.github/workflows/everything.yml @@ -188,7 +188,7 @@ jobs: - name: Build run: gha/scripts/ci/gh-actions/run.sh build - name: Print ccache statistics - run: ccache -s + run: ccache -s | tee $GITHUB_STEP_SUMMARY - name: Save cache uses: actions/cache/save@v3 if: ${{ github.ref_name == 'master' && steps.restore-cache.outputs.cache-hit != 'true' }}