Skip to content

Commit 6c8d360

Browse files
authored
Fix path git_cache (#254)
1 parent 47ec3e4 commit 6c8d360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/OCV-PR-Linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
# - /mnt/cache/binaries_cache:/opt/binaries_cache
9292
# - vol_dnn_models:/opt/dnn-models
9393
# NOTE: CN config
94-
- /home/opencv-cn/git_cache/${{ matrix.version }}:/opt/git_cache
94+
- /home/opencv-cn/git_cache/:/opt/git_cache
9595
- /home/opencv-cn/ci_cache/opencv/${{ matrix.version }}:/opt/.ccache
9696
- /home/opencv-cn/binaries_cache/${{ matrix.version }}:/opt/binaries_cache
9797
- /home/opencv-cn/dnn-models:/opt/dnn-models

0 commit comments

Comments
 (0)