Skip to content

Commit 9504b62

Browse files
committed
Install abigen before running pre-commit
1 parent ce53995 commit 9504b62

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pre-commit.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,11 @@ jobs:
1515
- name: Install Foundry
1616
uses: foundry-rs/foundry-toolchain@v1
1717

18+
- uses: actions/setup-go@v5
19+
with:
20+
go-version: "1.21.4"
21+
22+
- name: Install abigen
23+
run: go install github.com/ethereum/go-ethereum/cmd/[email protected]
24+
1825
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)