File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments