diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index c750895f0f9..26ba5a65c02 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -36,8 +36,8 @@ jobs: - name: build openmldb run: | git config --system --add safe.directory $(pwd) - make configure SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb - make build SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb + # make configure SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb + # make build SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb make install SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb - name: install openmldb run: |