Skip to content

Commit 8555d5c

Browse files
authored
ci: added lib_manticore_knn.dll to windows test's artifacts
Related issue #72
1 parent 7e0d836 commit 8555d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
CTEST_CMAKE_GENERATOR: "Ninja Multi-Config"
8181
CTEST_CONFIGURATION_TYPE: Debug
8282
cache_key: build_windows_x64
83-
artifact_list: "build/columnar/Debug/lib_manticore_columnar.dll build/secondary/Debug/lib_manticore_secondary.dll build/_deps/manticore-build/src/Debug/indexer.exe build/_deps/manticore-build/src/Debug/searchd.exe" #
83+
artifact_list: "build/columnar/Debug/lib_manticore_columnar.dll build/secondary/Debug/lib_manticore_secondary.dll build/secondary/Debug/lib_manticore_knn.dll build/_deps/manticore-build/src/Debug/indexer.exe build/_deps/manticore-build/src/Debug/searchd.exe" #
8484
MANTICORE_LOCATOR: ${{ github.event.schedule == '00 20 * * *' && 'GIT_REPOSITORY https://github.com/manticoresoftware/manticoresearch.git GIT_TAG master' || '' }}
8585

8686
test_linux_debug:

0 commit comments

Comments
 (0)