1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: add apt-get update before apt-get install in gg-regressions

This commit is contained in:
Delyan Angelov 2022-06-10 11:50:30 +03:00
parent ea71ea3ec1
commit f4869bcdc6

View File

@ -30,6 +30,7 @@ jobs:
# libxcursor-dev libxi-dev : V gfx deps
# mesa-common-dev : For headless rendering
# freeglut3-dev : Fixes graphic apps compilation with tcc
sudo apt-get update
sudo apt-get install imagemagick openimageio-tools mesa-common-dev libxcursor-dev libxi-dev freeglut3-dev
wget https://raw.githubusercontent.com/tremby/imgur.sh/c98345d/imgur.sh
chmod +x ./imgur.sh