mirror of https://github.com/milvus-io/milvus.git
Related with issue https://github.com/actions/cache/issues/753 Signed-off-by: Jenny Li <jing.li@zilliz.com> Signed-off-by: Congqi Xia <congqi.xia@zilliz.com> Co-authored-by: Jenny Li <jing.li@zilliz.com>pull/15932/head
parent
2f2943c6a0
commit
77ac23aeb8
|
@ -50,7 +50,7 @@ jobs:
|
|||
uses: actions/cache@v1
|
||||
with:
|
||||
path: .docker/amd64-ubuntu${{ matrix.ubuntu }}-ccache
|
||||
key: ubuntu${{ matrix.ubuntu }}-ccache-${{ hashFiles('internal/core/**') }}
|
||||
key: ubuntu${{ matrix.ubuntu }}-ccache-${{ hashFiles('/internal/core/**') }}
|
||||
restore-keys: ubuntu${{ matrix.ubuntu }}-ccache-
|
||||
- name: Cache Go Mod Volumes
|
||||
uses: actions/cache@v1
|
||||
|
|
Loading…
Reference in New Issue