Skip to content

Commit

Permalink
.github: remove geth install step
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Jan 16, 2024
1 parent 052fd68 commit 81b5137
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ jobs:
go-version: ^1.19
id: go

- name: Install geth
run: |
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install ethereum
- name: Check out code into the Go module directory
uses: actions/checkout@v2

Expand Down

0 comments on commit 81b5137

Please sign in to comment.