Update taosd-ci-build.yml

This commit is contained in:
haoranchen 2025-01-16 21:15:31 +08:00 committed by Jinqing Kuang
parent f9329ec22f
commit 0f0fc76f5c
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ jobs:
with: with:
go-version: 1.18 go-version: 1.18
- name: Install system dependencies - name: Install dependencies on Linux
if: runner.os == 'Linux' if: runner.os == 'Linux'
run: | run: |
sudo apt update -y sudo apt update -y
sudo apt install -y build-essential cmake \ sudo apt install -y build-essential cmake \