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 4eed70f commit 9911e17
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: whereami
run: pwd;ls

- name: install secp256k1
run: pwd;./install_libsecp256k1.sh
run: ./install_libsecp256k1.sh

- name: Set up Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit 9911e17

Please sign in to comment.