We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0fb08a commit 5e4fdcfCopy full SHA for 5e4fdcf
.github/workflows/build.yaml
@@ -83,7 +83,7 @@ jobs:
83
working-directory: ./lib/secp256k1
84
run: |
85
./autogen.sh
86
- ./configure
+ ./configure --enable-module-schnorrsig --enable-module-recovery
87
make
88
make check
89
sudo make install
@@ -97,7 +97,7 @@ jobs:
97
pacman --noconfirm -S mingw-w64-x86_64-pkg-config
98
pacman --noconfirm -S mingw-w64-x86_64-autotools
99
100
- ./configure --prefix=/mingw64
+ ./configure --prefix=/mingw64 --enable-module-schnorrsig --enable-module-recovery
101
102
103
make install
0 commit comments