Skip to content

Commit 057451c

Browse files
committed
update ccache stats steps
1 parent 369a8d5 commit 057451c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,9 @@ jobs:
6767
echo "CCACHE_DIR=$HOME/.ccache" >> $GITHUB_ENV
6868
echo "CCACHE_MAXSIZE=1G" >> $GITHUB_ENV
6969
70-
- name: Zero ccache stats
71-
run: ccache --zero-stats
72-
73-
- name: Show ccache stats (before build)
74-
run: ccache -s
70+
- name: ccache stats
71+
run: |
72+
ccache --zero-stats && ccache --show-stats
7573
7674
- name: Configure
7775
run: |

0 commit comments

Comments
 (0)