add ci dependencies

This commit is contained in:
Simon Vieille 2024-07-25 18:48:20 +02:00
commit a4cd635550

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":