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 c7321df commit 45c9e6e
Show file tree
Hide file tree
Showing 2 changed files 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: bash p256k/install_secp256k1.sh
run: bash install_secp256k1.sh

- name: Build
run: go build -v ./...
Expand Down
File renamed without changes.

0 comments on commit 45c9e6e

Please sign in to comment.