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 0499e9e commit 9fdad3c
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 @@ -20,7 +20,7 @@ jobs:
run: pwd;ls

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

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

0 comments on commit 9fdad3c

Please sign in to comment.