From 5085793b1ee80953d1d1ab12fae714dc9704c8d4 Mon Sep 17 00:00:00 2001 From: Pawan Dhananjay Date: Thu, 23 Mar 2023 21:55:01 +0530 Subject: [PATCH] Install geth first --- .github/workflows/test-suite.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index abc248f75a..d03fa0ff03 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -260,15 +260,15 @@ jobs: uses: arduino/setup-protoc@e52d9eb8f7b63115df1ac544a1376fdbf5a39612 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - - name: Install lighthouse and lcli - 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: Install lighthouse and lcli + run: | + make + make install-lcli - name: Run the doppelganger protection success test script run: | cd scripts/tests