ci: fix build error on macOS

Signed-off-by: WANG Xu <feici02@outlook.com>
This commit is contained in:
WANG Xu 2025-03-25 15:34:54 +08:00
parent f0a4f1576e
commit 8b5df795cc
No known key found for this signature in database
GPG Key ID: 243B1A4F56B56F50
1 changed files with 5 additions and 0 deletions

View File

@ -67,6 +67,11 @@ jobs:
snappy \
zlib
- name: Prepare install path
run: |
sudo mkdir -p /usr/local/lib
sudo mkdir -p /usr/local/include
- name: Build and install TDengine
run: |
mkdir debug && cd debug