fix: add dependencies for taos-tools compile

This commit is contained in:
haoranchen 2024-12-27 19:53:37 +08:00 committed by GitHub
parent 0928590519
commit a675882d14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ jobs:
- name: Install system dependencies
run: |
sudo apt update -y
sudo apt install -y build-essential cmake libgeos-dev
sudo apt install -y build-essential cmake libgeos-dev libjansson-dev libsnappy-dev liblzma-dev libz-dev zlib1g pkg-config libssl-dev gawk
- name: Install TDengine
run: |