mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Add third party cache (#15687)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/15698/head
parent
9a6ee61731
commit
f2017043a3
|
@ -59,7 +59,9 @@ jobs:
|
|||
if: ${{ matrix.os == 'macos-11' }}
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: /tmp/thirdparty
|
||||
path: |
|
||||
/tmp/thirdparty
|
||||
cmake_build/3rdparty_download
|
||||
key: macos-11-thirdparty-${{ hashFiles('internal/core/**') }}
|
||||
restore-keys: macos-11-thirdparty-
|
||||
- name: Mac Cache CCache Volumes
|
||||
|
|
Loading…
Reference in New Issue