add ci dependencies

This commit is contained in:
Simon Vieille 2024-07-25 18:47:58 +02:00
commit 43cb3f160f

View file

@ -15,6 +15,7 @@ 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":