diff --git a/.github/workflows/3.0-alpine.yml b/.github/workflows/3.0-alpine.yml index 0392ea46..94647343 100644 --- a/.github/workflows/3.0-alpine.yml +++ b/.github/workflows/3.0-alpine.yml @@ -99,7 +99,7 @@ jobs: shell: alpine.sh --root {0} run: | - git clone --branch fix/sangshuduo/taosbenchmark-stb-rest-socket-main --depth 1 https://github.com/taosdata/TDengine > /dev/null || exit 1 + git clone --branch main --depth 1 https://github.com/taosdata/TDengine > /dev/null || exit 1 cd TDengine && mkdir debug && cd debug && cmake .. -DBUILD_TOOLS=true -DTOOLS_BUILD_TYPE=${{env.TOOLS_BUILD_TYPE}} -DBUILD_HTTP=false && make -j8 && make install if [[ ! -f /usr/local/taos/bin/taosd ]] || [[ ! -f /usr/local/taos/bin/taos ]] then diff --git a/.github/workflows/3.0-non-x64.yml b/.github/workflows/3.0-non-x64.yml index 5ecb1cb0..67eb7c50 100644 --- a/.github/workflows/3.0-non-x64.yml +++ b/.github/workflows/3.0-non-x64.yml @@ -172,7 +172,7 @@ jobs: apt install python3 python3-pip -y > /dev/null pip3 install --upgrade pip > /dev/null - pip3 install numpy psutil pandas faker toml > /dev/null + pip3 install decorator numpy psutil pandas faker toml > /dev/null pip3 install taospy > /dev/null pip3 install fabric2 > /dev/null