Install build-essential for compiler build
ci/woodpecker/push/woodpecker Pipeline failed Details

Jef Roosens 2022-04-17 17:28:39 +02:00
parent d0d1f60c7f
commit 5618916a67
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ pipeline:
build:
image: 'ubuntu:latest'
commands:
- apt-get update -y && apt-get install build-essential -y
- make
when:
event: push