Skip to content

Commit

Permalink
Debugging why ccache isn't being saved.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Feb 13, 2024
1 parent 50fc24d commit 6764687
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -263,7 +263,8 @@ jobs:
python -c 'from gevent._compat import get_clock_info; print(get_clock_info("perf_counter"))'
python -c 'import gevent.core; print(gevent.core.loop)'
python -c 'import gevent.ares; print(gevent.ares)'
ccache -s
echo CCache stats
ccache -s -v
- name: "Tests: Basic"
run: |
Expand Down

0 comments on commit 6764687

Please sign in to comment.