From d37f846384383affbe1994f4e83629c63bd8d463 Mon Sep 17 00:00:00 2001 From: Huo Linhe Date: Wed, 26 Oct 2022 20:50:34 +0800 Subject: [PATCH] chore: fix github actions not found cargo error --- tools/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 214e83ae00..0c2d65a928 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -12,7 +12,7 @@ IF (TD_WEBSOCKET) ExternalProject_Add(taosws-rs PREFIX "taosws-rs" SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/taosws-rs - BUILD_ALWAYS on + BUILD_ALWAYS off DEPENDS taos BUILD_IN_SOURCE 1 CONFIGURE_COMMAND cmake -E echo "taosws-rs no need cmake to config"