Skip to content

Commit

Permalink
fix: add dependencies for taos-tools compile
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchon authored Dec 27, 2024
1 parent 0928590 commit a675882
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/taosd-ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit a675882

Please sign in to comment.