From e41a090b80e73418e1d07695802b6db3b46f59f8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 23 May 2022 16:47:22 +0200 Subject: [PATCH] GHA/hyper: enable debug in the build --- .github/workflows/linux-hyper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-hyper.yml b/.github/workflows/linux-hyper.yml index eaeb773442..f9c4126164 100644 --- a/.github/workflows/linux-hyper.yml +++ b/.github/workflows/linux-hyper.yml @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@v3 - - run: autoreconf -fi && LDFLAGS="-Wl,-rpath,$HOME/hyper/target/debug" ./configure --enable-warnings --enable-werror ${{ matrix.build.configure }} && make V=1 + - run: autoreconf -fi && LDFLAGS="-Wl,-rpath,$HOME/hyper/target/debug" ./configure --enable-debug --enable-werror ${{ matrix.build.configure }} && make V=1 name: 'configure and build' - run: make V=1 test-ci -- 2.47.3