Skip to content

Commit 5e4fdcf

Browse files
committed
Compile optional schnorrsig and recovery modules
1 parent c0fb08a commit 5e4fdcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
working-directory: ./lib/secp256k1
8484
run: |
8585
./autogen.sh
86-
./configure
86+
./configure --enable-module-schnorrsig --enable-module-recovery
8787
make
8888
make check
8989
sudo make install
@@ -97,7 +97,7 @@ jobs:
9797
pacman --noconfirm -S mingw-w64-x86_64-pkg-config
9898
pacman --noconfirm -S mingw-w64-x86_64-autotools
9999
./autogen.sh
100-
./configure --prefix=/mingw64
100+
./configure --prefix=/mingw64 --enable-module-schnorrsig --enable-module-recovery
101101
make
102102
make check
103103
make install

0 commit comments

Comments
 (0)