diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 953d804a..015ec2df 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -98,10 +98,9 @@ jobs: pacman --noconfirm -S mingw-w64-x86_64-autotools cmake -S . -B build -G "Unix Makefiles" \ -DCMAKE_TOOLCHAIN_FILE=../cmake/x86_64-w64-mingw32.toolchain.cmake \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=Debug \ -DCMAKE_INSTALL_PREFIX=/mingw64 \ - -DENABLE_MODULE_SCHNORRSIG=ON \ - -DENABLE_MODULE_RECOVERY=ON + -DSECP256K1_ENABLE_MODULE_RECOVERY=ON cmake --build build --target all cmake --build build --target test cmake --build build --target install