Skip to content

Commit 2d244ef

Browse files
committed
Compile optional schnorrsig and recovery modules
1 parent c0fb08a commit 2d244ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
name: Checkout bitcoin-core/secp256k1
5555
with:
5656
repository: bitcoin-core/secp256k1
57-
ref: 694ce8fb2d1fd8a3d641d7c33705691d41a2a860
57+
ref: 751c4354d51fb5b10a80764df627b84e1a5ccd4f
5858
path: lib/secp256k1
5959

6060
- uses: haskell/actions/setup@f7b0997283589ea5a6b4f2ade6a239d70a412877
@@ -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)