From afb439937410125580b729ecedcae5b2eefca881 Mon Sep 17 00:00:00 2001 From: marie-fourier Date: Wed, 15 May 2024 14:43:49 +0500 Subject: [PATCH] fix workflow --- .github/workflows/bundler-spec-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bundler-spec-tests.yml b/.github/workflows/bundler-spec-tests.yml index c4744084..79b35481 100644 --- a/.github/workflows/bundler-spec-tests.yml +++ b/.github/workflows/bundler-spec-tests.yml @@ -76,7 +76,8 @@ jobs: - name: Fund bundler run: | - geth \ + cd geth-linux-amd64-1.13.15-c5ba367e && + ./geth \ --exec "eth.sendTransaction({from: eth.accounts[0], to: \"0x55082761664aEb8062B3427ba5E0455bFb7b68CB\", value: web3.toWei(4337, \"ether\")})" \ attach http://localhost:8545/