Skip to content

Commit

Permalink
release cardinal for milvus v2.4.3 (#587)
Browse files Browse the repository at this point in the history
Signed-off-by: xianliang.li <[email protected]>
  • Loading branch information
foxspy authored May 23, 2024
1 parent ca199d0 commit 2770fa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ut.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- "thirdparty/**"
- "benchmark/**"
- "cmake/**"
- "!cmake/libs/libcardinal.cmake"
- ".github/workflows/ut.yaml"
- "CMakeLists.txt"
- "!**.md"
Expand Down
2 changes: 1 addition & 1 deletion cmake/libs/libcardinal.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use short SHA1 as version
set(CARDINAL_VERSION 0d26a5f)
set(CARDINAL_VERSION v2.4.3)
set(CARDINAL_REPO_URL "https://github.com/zilliztech/cardinal.git")

set(CARDINAL_REPO_DIR "${CMAKE_CURRENT_SOURCE_DIR}/thirdparty/cardinal")
Expand Down

0 comments on commit 2770fa5

Please sign in to comment.