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

master
Delyan Angelov 2022-06-10 11:50:30 +03:00
parent ea71ea3ec1
commit f4869bcdc6
1 changed files with 1 additions and 0 deletions

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