Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
Signed-off-by: sunby <[email protected]>
  • Loading branch information
sunby committed Apr 25, 2024
1 parent 7574272 commit 22a276d
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/cpp-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,19 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install curl
sudo apt-get install curl
sudo apt-get install libcurl4-openssl-dev
- name: setup conan
run:
conan remote add default-conan-local https://milvus01.jfrog.io/artifactory/api/conan/default-conan-local
# - name: setup conan
# run:
# conan remote add default-conan-local https://milvus01.jfrog.io/artifactory/api/conan/default-conan-local

- name: conan package cache
uses: actions/cache@v3
with:
path: ~/.conan
key: conan-${{ hashFiles('./cpp/conanfile.py') }}
restore-keys: conan-
# - name: conan package cache
# uses: actions/cache@v3
# with:
# path: ~/.conan
# key: conan-${{ hashFiles('./cpp/conanfile.py') }}
# restore-keys: conan-

- name: Build
working-directory: ./cpp
Expand Down

0 comments on commit 22a276d

Please sign in to comment.