Skip to content

Commit

Permalink
add steps to install go and abigen
Browse files Browse the repository at this point in the history
  • Loading branch information
ricomateo committed Jan 27, 2025
1 parent a93e298 commit cdf625a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,18 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive


- name: Install go1.21
uses: actions/setup-go@v5
with:
go-version: "1.21"

- name: Add Ethereum PPA
run: sudo add-apt-repository -y ppa:ethereum/ethereum

- name: Install Abigen
run: sudo apt-get update && sudo apt-get install ethereum

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
Expand Down

0 comments on commit cdf625a

Please sign in to comment.