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