From acfb3020359de2bd0cb4e9f4b8c490eccf480b7c Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周二, 05 3月 2024 17:37:15 +0800 Subject: [PATCH] Merge pull request #157 from PetteriAimonen/master --- .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