rep build experiment
continuous-integration/drone/pr Build is running Details

This commit is contained in:
Sarah Jamie Lewis 2023-01-31 21:14:21 -08:00
parent 2023069fbc
commit 13f354f4a6
1 changed files with 4 additions and 2 deletions

View File

@ -39,10 +39,12 @@ steps:
- name: deps
path: /go
commands:
- sudo apt update
- sudo apt install libc6-dev
- apt update
- apt install libc6-dev
- uname -a
- ldd --version
- git checkout tags/v1.10.4 -b v1.10.4
- echo `git describe --tags` > VERSION
- go mod download
- gomobile init
- make android