add ci dependencies
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Simon Vieille 2024-07-25 18:48:20 +02:00
commit 3e4e33b406
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -15,12 +15,12 @@ steps:
"Add vendor":
image: *golang_image
commands:
- apt-get update && apt-get install golang gcc libgl1-mesa-dev xorg-dev -y
- go mod vendor
"Run build":
image: *golang_image
commands:
- apt-get update && apt-get install golang gcc libgl1-mesa-dev xorg-dev -y
- make
"Create packages":