mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-09 02:20:27 +00:00
Don't install gomobile for now
This commit is contained in:
parent
14afb8881e
commit
9019ccc118
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user