Install build-essential for compiler build
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
parent
d0d1f60c7f
commit
5618916a67
|
@ -6,6 +6,7 @@ pipeline:
|
||||||
build:
|
build:
|
||||||
image: 'ubuntu:latest'
|
image: 'ubuntu:latest'
|
||||||
commands:
|
commands:
|
||||||
|
- apt-get update -y && apt-get install build-essential -y
|
||||||
- make
|
- make
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
|
|
Loading…
Reference in New Issue