ci: add `apt-get update` before `apt-get install` in gg-regressions
parent
ea71ea3ec1
commit
f4869bcdc6
|
@ -30,6 +30,7 @@ jobs:
|
||||||
# libxcursor-dev libxi-dev : V gfx deps
|
# libxcursor-dev libxi-dev : V gfx deps
|
||||||
# mesa-common-dev : For headless rendering
|
# mesa-common-dev : For headless rendering
|
||||||
# freeglut3-dev : Fixes graphic apps compilation with tcc
|
# 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
|
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
|
wget https://raw.githubusercontent.com/tremby/imgur.sh/c98345d/imgur.sh
|
||||||
chmod +x ./imgur.sh
|
chmod +x ./imgur.sh
|
Loading…
Reference in New Issue