gcc fix
This commit is contained in:
parent
a02ae29bd1
commit
20acd06fd3
|
|
@ -11,7 +11,7 @@ pipeline:
|
||||||
apt-get update
|
apt-get update
|
||||||
- desc: 'Install required build software'
|
- desc: 'Install required build software'
|
||||||
cmd: |
|
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'
|
- desc: 'Install go'
|
||||||
cmd: |
|
cmd: |
|
||||||
cd /tmp
|
cd /tmp
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue