We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369a8d5 commit 057451cCopy full SHA for 057451c
.github/workflows/ci.yml
@@ -67,11 +67,9 @@ jobs:
67
echo "CCACHE_DIR=$HOME/.ccache" >> $GITHUB_ENV
68
echo "CCACHE_MAXSIZE=1G" >> $GITHUB_ENV
69
70
- - name: Zero ccache stats
71
- run: ccache --zero-stats
72
-
73
- - name: Show ccache stats (before build)
74
- run: ccache -s
+ - name: ccache stats
+ run: |
+ ccache --zero-stats && ccache --show-stats
75
76
- name: Configure
77
run: |
0 commit comments