Skip to content

Commit

Permalink
Makefile: fix devtools install error (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
huyngopt1994 authored Aug 29, 2023
1 parent 03d997b commit 6e45232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ clean:

devtools:
env GOBIN= go install golang.org/x/tools/cmd/stringer@latest
env GOBIN= go install github.com/kevinburke/go-bindata/go-bindata@latest
env GOBIN= go install github.com/kevinburke/go-bindata@latest
env GOBIN= go install github.com/fjl/gencodec@latest
env GOBIN= go install github.com/golang/protobuf/protoc-gen-go@latest
env GOBIN= go install ./cmd/abigen
Expand Down

0 comments on commit 6e45232

Please sign in to comment.