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:
|
||||
image: 'ubuntu:latest'
|
||||
commands:
|
||||
- apt-get update -y && apt-get install build-essential -y
|
||||
- make
|
||||
when:
|
||||
event: push
|
||||
|
|
Loading…
Reference in New Issue