File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ PATH := $(PATH):$(GOPATH)/bin
20
20
catch :
21
21
@echo " Choose a make target."
22
22
envinit :
23
+ # git submodule update --init --recursive
23
24
# Keep golangci-lint version in sync with what's in .github/workflows/ci.yml.
24
25
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(GOPATH ) /bin v1.59.0
25
26
go install github.com/vektra/mockery/v2@latest
@@ -28,7 +29,7 @@ envinit:
28
29
go install golang.org/x/mobile/cmd/gomobile@latest
29
30
# The gomobile/gobind libs are also needed when using `gomobile bind`, but it's not compatible with vendoring:
30
31
# https://github.com/golang/go/issues/50994#issuecomment-1032754206
31
- GO111MODULE=off go get -u golang.org/x/mobile/cmd/gomobile
32
+ # GO111MODULE=off go get -u golang.org/x/mobile/cmd/gomobile
32
33
gomobile init
33
34
# Initializiation on MacOS
34
35
# - run make from $GOPATH/src/github.com/BitBoxSwiss/bitbox-wallet-app
You can’t perform that action at this time.
0 commit comments