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 4ba5aa8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,9 @@ jobs:
pacman --noconfirm -S mingw-w64-x86_64-autotools
cmake -S . -B build -G "Unix Makefiles" \
-DCMAKE_TOOLCHAIN_FILE=../cmake/x86_64-w64-mingw32.toolchain.cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_INSTALL_PREFIX=/mingw64 \
-DENABLE_MODULE_SCHNORRSIG=ON \
-DENABLE_MODULE_RECOVERY=ON
-DSECP256K1_ENABLE_MODULE_RECOVERY=ON
cmake --build build --target all
cmake --build build --target test
cmake --build build --target install
Expand Down

0 comments on commit 4ba5aa8

Please sign in to comment.