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 c89c10d commit 146459cCopy full SHA for 146459c
.github/workflows/ci-test.yml
@@ -32,7 +32,7 @@ jobs:
32
- uses: ./.github/action/setup-ccache
33
with:
34
size: 128M
35
- key: ccache-${{ runner.os }}-build-${{ hashFiles('**/CMakeLists.txt') }}
+ key: ccache-${{ runner.os }}-build-${{ github.run_id }}
36
restore-keys: |
37
ccache-${{ runner.os }}-build-
38
@@ -77,7 +77,7 @@ jobs:
77
78
79
80
81
82
83
@@ -86,3 +86,6 @@ jobs:
86
- name: run test for windows
87
run: |
88
npm run test:as
89
+
90
+ - name: verify ccache stats
91
+ run: ccache --show-stats
0 commit comments