Skip to content

Commit 6764687

Browse files
committed
Debugging why ccache isn't being saved.
1 parent 50fc24d commit 6764687

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,8 @@ jobs:
263263
python -c 'from gevent._compat import get_clock_info; print(get_clock_info("perf_counter"))'
264264
python -c 'import gevent.core; print(gevent.core.loop)'
265265
python -c 'import gevent.ares; print(gevent.ares)'
266-
ccache -s
266+
echo CCache stats
267+
ccache -s -v
267268
268269
- name: "Tests: Basic"
269270
run: |

0 commit comments

Comments
 (0)