File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 54
54
name : Checkout bitcoin-core/secp256k1
55
55
with :
56
56
repository : bitcoin-core/secp256k1
57
- ref : 694ce8fb2d1fd8a3d641d7c33705691d41a2a860
57
+ ref : 751c4354d51fb5b10a80764df627b84e1a5ccd4f
58
58
path : lib/secp256k1
59
59
60
60
- uses : haskell/actions/setup@f7b0997283589ea5a6b4f2ade6a239d70a412877
83
83
working-directory : ./lib/secp256k1
84
84
run : |
85
85
./autogen.sh
86
- ./configure
86
+ ./configure --enable-module-schnorrsig --enable-module-recovery
87
87
make
88
88
make check
89
89
sudo make install
97
97
pacman --noconfirm -S mingw-w64-x86_64-pkg-config
98
98
pacman --noconfirm -S mingw-w64-x86_64-autotools
99
99
./autogen.sh
100
- ./configure --prefix=/mingw64
100
+ ./configure --prefix=/mingw64 --enable-module-schnorrsig --enable-module-recovery
101
101
make
102
102
make check
103
103
make install
You can’t perform that action at this time.
0 commit comments