Commit b83650df authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

ci: delete dead step (#9088)

Generating the allocs no longer relies on `geth` so we do not need to
install `geth` as part of bringing up the devnet. We also generate the
allocs once and then persist them to the CI workspace. This will save
~1-1.5 minutes per CI run by no longer installing `geth` as part of
the devnet.
parent 6c700909
...@@ -1068,9 +1068,6 @@ jobs: ...@@ -1068,9 +1068,6 @@ jobs:
echo 'export PATH=$HOME/.foundry/bin:$PATH' >> $BASH_ENV echo 'export PATH=$HOME/.foundry/bin:$PATH' >> $BASH_ENV
source $HOME/.bashrc source $HOME/.bashrc
forge --version forge --version
- run:
name: install geth
command: make install-geth
- run: - run:
name: Install NVM name: Install NVM
command: | command: |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment