Skip to content

Commit

Permalink
fix error in workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mleku committed Nov 28, 2024
1 parent bd1948c commit 214a087
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
with:
go-version: '1.23.1'

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

- name: Build
run: go build -v ./...

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

0 comments on commit 214a087

Please sign in to comment.