Skip to content

Commit

Permalink
Fix gomobile install in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
anacrolix committed Mar 22, 2019
1 parent 499b2d8 commit 4813f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4813f16

Please sign in to comment.