Skip to content

Commit

Permalink
add abigen
Browse files Browse the repository at this point in the history
  • Loading branch information
MatusKysel committed Oct 30, 2024
1 parent 97cc83b commit 83001ba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ssz_generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,14 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Install abigen
run: |
sudo apt update
sudo apt install -y software-properties-common
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt update
sudo apt install -y golang-go ethereum
go install github.com/ethereum/go-ethereum/cmd/abigen@latest
echo "${GOPATH:-$HOME/go}/bin" >> $GITHUB_PATH
- name: Generate
run: go generate ./...

0 comments on commit 83001ba

Please sign in to comment.