[skip e2e]Add third party cache (#15687)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/15698/head
Jenny Li 2022-02-22 15:31:51 +08:00 committed by GitHub
parent 9a6ee61731
commit f2017043a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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