Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
Signed-off-by: yhmo <[email protected]>
  • Loading branch information
yhmo committed Jan 8, 2025
1 parent 0c1a669 commit 5eb9527
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
- name: Env
run: echo "${HOME}/.local/bin" >> $GITHUB_PATH
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache ccache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ github.workspace }}/.ccache
Expand Down Expand Up @@ -103,9 +103,9 @@ jobs:
- name: Env
run: echo "${HOME}/.local/bin" >> $GITHUB_PATH
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache ccache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ github.workspace }}/.ccache
Expand Down Expand Up @@ -142,9 +142,9 @@ jobs:
CCACHE_MAXSIZE: 2G
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache ccache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ github.workspace }}/.ccache
Expand All @@ -167,9 +167,9 @@ jobs:
CCACHE_COMPRESSLEVEL: 5
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache ccache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ github.workspace }}/.ccache
Expand Down
2 changes: 1 addition & 1 deletion src/impl/MilvusClientImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ class MilvusClientImpl : public MilvusClient {
std::function<void(const Response&)>{}, options);
}

private:
protected:
std::shared_ptr<MilvusConnection> connection_;
};

Expand Down

0 comments on commit 5eb9527

Please sign in to comment.