From e1bfa8999c5152593ce11ea153bc33af23e89f74 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Tue, 31 Jan 2023 21:57:20 -0800 Subject: [PATCH] reinstall gomobile --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 84dae2d..17fd47c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,6 +43,10 @@ steps: - echo `git describe --tags` > VERSION - go env - java -version + - cd $GOPATH/src/golang.org/x/mobile + - go install -trimpath -ldflags "-buildid=" ./cmd/gomobile + - go install -trimpath -ldflags "-buildid=" ./cmd/gobind + - cd /drone/src/ - go mod download - gomobile init - make android