Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Nov 27, 2023
1 parent f3e1310 commit 34fcd47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- name: Install abigen
run: |
git clone --branch ${{ env.GO_ETHEREUM_VERSION }} https://github.com/ethereum/go-ethereum.git
cd go-ethereum
make
make devtools
export PATH=$(pwd)//build/bin:$PATH
Expand Down

0 comments on commit 34fcd47

Please sign in to comment.