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 39ab30a commit 64581e3Copy full SHA for 64581e3
.github/workflows/build_wheels.yml
@@ -53,6 +53,8 @@ jobs:
53
mkdir -p $CCACHE_DIR
54
ccache -M 1G
55
ccache -o compression=true
56
+ ccache -z
57
+ ccache -s
58
CIBW_ENVIRONMENT: >
59
CC="ccache gcc"
60
CXX="ccache g++"
0 commit comments