Skip to content

Commit 64581e3

Browse files
committed
testing ccache on linux
1 parent 39ab30a commit 64581e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
mkdir -p $CCACHE_DIR
5454
ccache -M 1G
5555
ccache -o compression=true
56+
ccache -z
57+
ccache -s
5658
CIBW_ENVIRONMENT: >
5759
CC="ccache gcc"
5860
CXX="ccache g++"

0 commit comments

Comments
 (0)