File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,17 +91,17 @@ jobs:
91
91
# - /mnt/cache/binaries_cache:/opt/binaries_cache
92
92
# - vol_dnn_models:/opt/dnn-models
93
93
# NOTE: CN config
94
- - /home/opencv-cn/git_cache:/opt/git_cache
95
- - /home/opencv-cn/ci_cache/opencv:/opt/.ccache
96
- - /home/opencv-cn/binaries_cache:/opt/binaries_cache
94
+ - /home/opencv-cn/git_cache/${{ matrix.version }} :/opt/git_cache
95
+ - /home/opencv-cn/ci_cache/opencv/${{ matrix.version }} :/opt/.ccache
96
+ - /home/opencv-cn/binaries_cache/${{ matrix.version }} :/opt/binaries_cache
97
97
- /home/opencv-cn/dnn-models:/opt/dnn-models
98
98
# NOTE: RU config
99
99
# options: '--user root:root'
100
100
env :
101
101
ANT_HOME : ' /usr/share/ant'
102
102
DNN_MODELS : ' /opt/dnn-models'
103
103
CCACHE_DIR : ' /opt/.ccache'
104
- CCACHE_MAXSIZE : ' 3G '
104
+ CCACHE_MAXSIZE : ' 8G '
105
105
OPENCV_DOWNLOAD_PATH : ' /opt/binaries_cache'
106
106
CMAKE_OPT : >-
107
107
-DBUILD_DOCS=ON
You can’t perform that action at this time.
0 commit comments