diff --git a/.github/workflows/taosd-ci.yml b/.github/workflows/taosd-ci.yml index f1da5a3de0..845da40fce 100644 --- a/.github/workflows/taosd-ci.yml +++ b/.github/workflows/taosd-ci.yml @@ -62,6 +62,7 @@ jobs: else run_function_test="false" fi + echo "run function test: ${run_function_test}" # Output the results for GitHub Actions diff --git a/README.md b/README.md index 672685dcef..f7db2a7ea2 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ If you want to compile taosAdapter or taosKeeper, you need to install Go 1.18 or ### For Ubuntu 18.04、20.04、22.04 ```bash -sudo apt-get udpate +sudo apt-get update sudo apt-get install -y gcc cmake build-essential git libjansson-dev \ libsnappy-dev liblzma-dev zlib1g-dev pkg-config ```