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 45c9e6e commit 2f474c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
go-version: '1.23.1'

- name: whereami
run: pwd;ls

- name: install secp256k1
run: bash install_secp256k1.sh

Expand Down

0 comments on commit 2f474c5

Please sign in to comment.