Add ccache stats to build output

develop
lethosor 2022-06-08 22:21:48 -04:00
parent e3f617d98e
commit b3618810c3
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 1 additions and 0 deletions

@ -96,6 +96,7 @@ jobs:
- name: Build DFHack
run: |
ninja -C build-ci install
ccache --show-stats
- name: Run tests
id: run_tests
run: |