Skip to content

Commit

Permalink
ci: add ccache job summary (ornladios#4101)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Apr 3, 2024
1 parent ed94245 commit af56f95
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 af56f95

Please sign in to comment.