From a029cc347db9c12597a2e07b0398a92a754e4e32 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 22 Apr 2024 10:17:16 +0200 Subject: [PATCH] xxxxx --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 708928e9..9b4c511e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: fi ./autogen.sh - ./configure + ./configure --enable-debug=no make -j 5 shell: bash