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 025ad89 commit 2dad77c
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 @@ -22,7 +22,7 @@ jobs:
go-version: '1.23.1'

- name: install secp256k1
run: sudo apt install libsecp256k1-0 libsecp256k1-dev
run: sudo apt install -y libsecp256k1-0 libsecp256k1-dev

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

0 comments on commit 2dad77c

Please sign in to comment.