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