Skip to content

Commit

Permalink
fix: install abigen
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand committed Jan 8, 2025
1 parent dc845de commit 388c6a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Install abigen
run: go install github.com/ethereum/go-ethereum/cmd/abigen@latest

- name: run make bindings and check for diffs
run: |
make bindings
Expand Down

0 comments on commit 388c6a8

Please sign in to comment.