Skip to content

Commit

Permalink
ci: add ccache job summary (#4101)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea authored Mar 24, 2024
1 parent dd2f474 commit aab3bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/everything.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit aab3bf2

Please sign in to comment.