Don't install gomobile for now

This commit is contained in:
Neil Alexander 2019-03-13 19:09:09 +00:00
parent 14afb8881e
commit 9019ccc118
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -85,11 +85,11 @@ jobs:
curl -LO https://dl.google.com/go/go1.12.darwin-amd64.pkg
sudo installer -pkg /tmp/go1.12.darwin-amd64.pkg -target /
- run:
name: Install Gomobile
command: |
GO111MODULE=off go get golang.org/x/mobile/cmd/gomobile
gomobile init
#- run:
# name: Install Gomobile
# command: |
# GO111MODULE=off go get golang.org/x/mobile/cmd/gomobile
# gomobile init
- run:
name: Build for macOS