Skip to content

Commit 941dfbb

Browse files
committed
add libxrandr-dev to more .yml files
1 parent a853b62 commit 941dfbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gg_regressions_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# libgl1-mesa-dri : For headless rendering / software DRI driver (LIBGL_ALWAYS_SOFTWARE=true)
4646
# freeglut3-dev : Fixes graphic apps compilation with tcc
4747
./v retry -- sudo apt update
48-
./v retry -- sudo apt install imagemagick openimageio-tools libgl1-mesa-dri xvfb libxcursor-dev libxi-dev freeglut3-dev xsel xclip
48+
./v retry -- sudo apt install imagemagick openimageio-tools libgl1-mesa-dri xvfb libxcursor-dev libxi-dev libxrandr-dev freeglut3-dev xsel xclip
4949
./v retry -- ./v download https://raw.githubusercontent.com/tremby/imgur.sh/c98345d/imgur.sh
5050
./v retry -- git clone https://github.com/Larpon/gg-regression-images gg-regression-images
5151
chmod +x ./imgur.sh

.github/workflows/vsl_and_vtl_compile_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
v retry -- sudo apt -qq update
4242
v retry -- sudo apt -qq install \
4343
libgc-dev libgl1-mesa-dev mesa-common-dev liblapacke-dev libopenblas-dev libopenmpi-dev \
44-
opencl-headers libxcursor-dev libxi-dev libhdf5-cpp-103 libhdf5-dev libhdf5-mpi-dev hdf5-tools
44+
opencl-headers libxcursor-dev libxi-dev libxrandr-dev libhdf5-cpp-103 libhdf5-dev libhdf5-mpi-dev hdf5-tools
4545
else
4646
v retry brew install coreutils hdf5 open-mpi openblas lapack opencl-headers
4747
fi

0 commit comments

Comments
 (0)