mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-22 08:20:28 +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
|
curl -LO https://dl.google.com/go/go1.12.darwin-amd64.pkg
|
||||||
sudo installer -pkg /tmp/go1.12.darwin-amd64.pkg -target /
|
sudo installer -pkg /tmp/go1.12.darwin-amd64.pkg -target /
|
||||||
|
|
||||||
- run:
|
#- run:
|
||||||
name: Install Gomobile
|
# name: Install Gomobile
|
||||||
command: |
|
# command: |
|
||||||
GO111MODULE=off go get golang.org/x/mobile/cmd/gomobile
|
# GO111MODULE=off go get golang.org/x/mobile/cmd/gomobile
|
||||||
gomobile init
|
# gomobile init
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Build for macOS
|
name: Build for macOS
|
||||||
|
Loading…
Reference in New Issue
Block a user