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