This is an automated email from the ASF dual-hosted git repository.

jiangtian pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git


The following commit(s) were added to refs/heads/develop by this push:
     new c09988eb update github workflow for cpp
c09988eb is described below

commit c09988eba2916261afd6e10c0e34cf8594d9685f
Author: Tian Jiang <[email protected]>
AuthorDate: Tue Feb 25 15:57:31 2025 +0800

    update github workflow for cpp
---
 .github/workflows/unit-test-cpp-py.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/unit-test-cpp-py.yml 
b/.github/workflows/unit-test-cpp-py.yml
index 31c4f690..31fe0dec 100644
--- a/.github/workflows/unit-test-cpp-py.yml
+++ b/.github/workflows/unit-test-cpp-py.yml
@@ -46,6 +46,11 @@ jobs:
     runs-on: ${{ matrix.os }}
 
     steps:
+      - name: Setup Cpp
+        uses: aminya/setup-cpp@v1
+        with:
+          compiler: gcc
+          cmake: true
 
       - name: Checkout repository
         uses: actions/checkout@v4

Reply via email to