Fix gomobile install in CI
This commit is contained in:
parent
499b2d8725
commit
4813f16614
|
@ -51,7 +51,7 @@ jobs:
|
|||
- run: go test -v -race ./... -count 2
|
||||
- run: go test -bench . ./...
|
||||
- run: set +e; CGO_ENABLED=0 go test -v ./...; true
|
||||
- run: go install golang.org/x/mobile/cmd/gomobile
|
||||
- run: GO111MODULE=off go get golang.org/x/mobile/cmd/gomobile
|
||||
- run: gomobile init
|
||||
- run: gomobile build -target=android $PROJECT_GO_PACKAGE
|
||||
# - run: GO111MODULE=off go install github.com/anacrolix/godo
|
||||
|
|
Loading…
Reference in New Issue