This commit is contained in:
Sergey Dudoladov 2019-04-15 11:40:00 +02:00
parent a02ae29bd1
commit 20acd06fd3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ pipeline:
apt-get update
- desc: 'Install required build software'
cmd: |
apt-get install -y make git apt-transport-https ca-certificates curl
apt-get install -y make git apt-transport-https ca-certificates curl build-essential
- desc: 'Install go'
cmd: |
cd /tmp