diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index c74b7455a1..abc248f75a 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -264,6 +264,11 @@ jobs: run: | make make install-lcli + - name: Install geth + run: | + sudo add-apt-repository -y ppa:ethereum/ethereum + sudo apt-get update + sudo apt-get install ethereum - name: Run the doppelganger protection success test script run: | cd scripts/tests