Skip to content

Commit

Permalink
maybe fix windows build?
Browse files Browse the repository at this point in the history
  • Loading branch information
ProofOfKeags committed May 3, 2024
1 parent 4b96587 commit c12d08e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ jobs:
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/mingw64 \
-DENABLE_MODULE_SCHNORRSIG=ON \
-DENABLE_MODULE_RECOVERY=ON
-DENABLE_MODULE_RECOVERY=ON \
-DSECP256K1_ENABLE_MODULE_RECOVERY=1
cmake --build build --target all
cmake --build build --target test
cmake --build build --target install
Expand Down

0 comments on commit c12d08e

Please sign in to comment.