Skip to content

Commit

Permalink
ci: windows: bump libsecp256k1 version to match the one nix uses
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Dec 5, 2024
1 parent 8801162 commit 5aff2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/install-libsecp256k1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -eux -o pipefail

## The following script builds and installs libsecp256k1 to ~/.local/lib

INSTALL_VERSION=0.5.0
INSTALL_VERSION=0.5.1

if [[ "$(uname -s)" =~ ^MSYS_NT.* ]]; then
echo "This script is only meant to run on Windows under MSYS2"
Expand Down

0 comments on commit 5aff2f6

Please sign in to comment.