Skip to content

Commit

Permalink
add secp256k1 dep to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mleku committed Nov 28, 2024
1 parent 893cf91 commit bd1948c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
go-version: '1.23.1'

- name: Build
run: go build -v ./...
run: apt install libsecp256k1-0 libsecp256k1-dev
run: go build -tag btcec -v ./...

- name: Test
run: go test -v ./...

0 comments on commit bd1948c

Please sign in to comment.