Skip to content

Commit

Permalink
Compile optional schnorrsig and recovery modules
Browse files Browse the repository at this point in the history
  • Loading branch information
tochicool committed Nov 27, 2022
1 parent c0fb08a commit 5e4fdcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
working-directory: ./lib/secp256k1
run: |
./autogen.sh
./configure
./configure --enable-module-schnorrsig --enable-module-recovery
make
make check
sudo make install
Expand All @@ -97,7 +97,7 @@ jobs:
pacman --noconfirm -S mingw-w64-x86_64-pkg-config
pacman --noconfirm -S mingw-w64-x86_64-autotools
./autogen.sh
./configure --prefix=/mingw64
./configure --prefix=/mingw64 --enable-module-schnorrsig --enable-module-recovery
make
make check
make install
Expand Down

0 comments on commit 5e4fdcf

Please sign in to comment.