Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yashk767 committed Oct 30, 2024
1 parent 0a0e127 commit a3b47c2
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,11 @@ jobs:
go clean -modcache
go get github.com/ethereum/[email protected] \
&& go install github.com/ethereum/go-ethereum/cmd/[email protected] \
&& go install github.com/mattn/[email protected] \
&& go install github.com/ory/[email protected] \
&& go install github.com/golangci/golangci-lint/cmd/[email protected]
go get github.com/ethereum/[email protected]
go install github.com/ethereum/go-ethereum/cmd/[email protected]
go install github.com/mattn/[email protected]
go install github.com/ory/[email protected]
go install github.com/golangci/golangci-lint/cmd/[email protected]
- name: Run make setup for mainnet
run: make setup
- name: Run gofmt
Expand Down

0 comments on commit a3b47c2

Please sign in to comment.