Skip to content

Commit

Permalink
a
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 cd58ca7 commit 7574272
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cpp-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
conan: 1.58.0
cmake: true

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install curl
- name: setup conan
run:
conan remote add default-conan-local https://milvus01.jfrog.io/artifactory/api/conan/default-conan-local
Expand Down

0 comments on commit 7574272

Please sign in to comment.