Skip to content

Commit

Permalink
add secp256k1 build/install script
Browse files Browse the repository at this point in the history
  • Loading branch information
mleku committed Nov 28, 2024
1 parent 2dad77c commit d21e883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
go-version: '1.23.1'

- name: install secp256k1
run: sudo apt install -y libsecp256k1-0 libsecp256k1-dev
run: cd p256k;bash install_secp256k1.sh

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit d21e883

Please sign in to comment.