From 0a0e127a86be92c4df54d48ab27451c6296b0283 Mon Sep 17 00:00:00 2001 From: YashK Date: Wed, 30 Oct 2024 16:39:49 +0530 Subject: [PATCH] fix get instaed of install --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81bc5c8f..e5ef8648 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: go clean -modcache - go install github.com/ethereum/go-ethereum/cmd/abigen@v1.14.11 \ + go get github.com/ethereum/go-ethereum@v1.14.11 \ && go install github.com/ethereum/go-ethereum/cmd/abigen@1.14.11 \