Skip to content

Commit

Permalink
fix test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn authored and fiatjaf committed Jul 20, 2024
1 parent 81a396b commit f3f2995
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install libsecp256k1-dev
run: sudo apt-get install libsecp256k1-dev

- uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
Expand Down

0 comments on commit f3f2995

Please sign in to comment.