fix: ci errors fixed (#7)

* patch: trigger release

* fix: ci fix

* fix: ci fix
This commit is contained in:
Sebastian Dine
2026-05-09 15:28:54 +02:00
committed by GitHub
parent 7807192ecb
commit 6f575f4cec
4 changed files with 6 additions and 0 deletions
+2
View File
@@ -35,6 +35,8 @@ jobs:
- name: Configure with coverage instrumentation
run: >
cmake -S . -B build -G Ninja
-DCMAKE_C_COMPILER=gcc
-DCMAKE_CXX_COMPILER=g++
-DCCM_BUILD_TESTS=ON
-DCCM_USE_SYSTEM_WX=ON
-DCMAKE_BUILD_TYPE=Debug