From f4869bcdc668703c28120a569fd4d205f9b6b6b7 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Fri, 10 Jun 2022 11:50:30 +0300 Subject: [PATCH] ci: add `apt-get update` before `apt-get install` in gg-regressions --- .github/workflows/{gfx_ci.yml => gg_regressions_ci.yml} | 1 + 1 file changed, 1 insertion(+) rename .github/workflows/{gfx_ci.yml => gg_regressions_ci.yml} (98%) diff --git a/.github/workflows/gfx_ci.yml b/.github/workflows/gg_regressions_ci.yml similarity index 98% rename from .github/workflows/gfx_ci.yml rename to .github/workflows/gg_regressions_ci.yml index 0cc50f65e6..0612d2ef8d 100644 --- a/.github/workflows/gfx_ci.yml +++ b/.github/workflows/gg_regressions_ci.yml @@ -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