From 57802aaffca9bd2bc66bb38588e99b47894d9d2d Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 4 Sep 2022 13:46:27 +0300 Subject: [PATCH] ci: install xsel and xclip on the jobs where imgur.sh is used --- .github/workflows/c2v.yml | 2 +- .github/workflows/gg_regressions_ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c2v.yml b/.github/workflows/c2v.yml index 533261db0..2c1d0f72b 100644 --- a/.github/workflows/c2v.yml +++ b/.github/workflows/c2v.yml @@ -83,7 +83,7 @@ jobs: # openimageio-tools : idiff # libgl1-mesa-dri : For headless rendering / software DRI driver (LIBGL_ALWAYS_SOFTWARE=true) # freeglut3-dev : Fixes graphic apps compilation with tcc - sudo apt-get install imagemagick openimageio-tools freeglut3-dev libgl1-mesa-dri xvfb + sudo apt-get install imagemagick openimageio-tools freeglut3-dev libgl1-mesa-dri xvfb xsel xclip # Fetch the free ~4MB DOOM1.WAD from the link at https://doomwiki.org/wiki/DOOM1.WAD wget https://distro.ibiblio.org/slitaz/sources/packages/d/doom1.wad -O ~/doom1.wad diff --git a/.github/workflows/gg_regressions_ci.yml b/.github/workflows/gg_regressions_ci.yml index 94172d216..474820ca0 100644 --- a/.github/workflows/gg_regressions_ci.yml +++ b/.github/workflows/gg_regressions_ci.yml @@ -33,7 +33,7 @@ jobs: # libgl1-mesa-dri : For headless rendering / software DRI driver (LIBGL_ALWAYS_SOFTWARE=true) # freeglut3-dev : Fixes graphic apps compilation with tcc sudo apt-get update - sudo apt-get install imagemagick openimageio-tools libgl1-mesa-dri xvfb libxcursor-dev libxi-dev freeglut3-dev + sudo apt-get install imagemagick openimageio-tools libgl1-mesa-dri xvfb libxcursor-dev libxi-dev freeglut3-dev xsel xclip wget https://raw.githubusercontent.com/tremby/imgur.sh/c98345d/imgur.sh git clone https://github.com/Larpon/gg-regression-images gg-regression-images chmod +x ./imgur.sh -- 2.30.2