Skip to content

Commit

Permalink
use geth v13 for bundler-spec-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSulpiride committed May 15, 2024
1 parent 96db6b8 commit 716b6d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bundler-spec-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
- name: Install Geth
run: |
sudo add-apt-repository -y ppa:ethereum/ethereum && \
sudo apt-get update && \
sudo apt-get install ethereum
wget https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.13.15-c5ba367e.tar.gz
tar -xvf geth-linux-amd64-1.13.15-c5ba367e.tar.gz
- name: Run Geth
run: |
geth \
cd geth-linux-amd64-1.13.15-c5ba367e &&
./geth \
--verbosity 1 \
--http.vhosts '*,localhost,host.docker.internal' \
--http \
Expand Down

0 comments on commit 716b6d0

Please sign in to comment.