is it cache?
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
Sarah Jamie Lewis 2023-01-31 21:32:49 -08:00
parent ddf99ae8ee
commit 6517171f70
1 changed files with 2 additions and 4 deletions

View File

@ -39,12 +39,10 @@ steps:
- name: deps
path: /go
commands:
- apt update
- apt install -y libc-bin libc6-dev libc6
- uname -a
- ldd --version
- git checkout tags/v1.10.4 -b v1.10.4
- echo `git describe --tags` > VERSION
- export GOCACHE="/tmp/gocache"
- go env
- go mod download
- gomobile init
- make android