From 1e139e410744eb791486dcee0ed4b1eebdf9a515 Mon Sep 17 00:00:00 2001 From: nancy.liao <huihui.liao@greentest.com.cn> Date: 周四, 24 4月 2025 09:32:54 +0800 Subject: [PATCH] 提交修改 --- .github/workflows/main.yml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e7bf010..397ce86 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -81,6 +81,7 @@ - name: coverage env: CFLAGS: -fprofile-arcs -ftest-coverage + CXXFLAGS: -fprofile-arcs -ftest-coverage LDFLAGS: -lgcov run: make clean all test -- Gitblit v1.9.1