Skip to content

Commit b7eda32

Browse files
author
Vincent Moens
committed
[Environment] Fix lib CI failures
ghstack-source-id: febe20b Pull-Request-resolved: #2929
1 parent 4e310dd commit b7eda32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/unittest/linux_olddeps/scripts_gym_0_13/setup_env.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ apt-get install -y vim git wget
1717
printf "* Installing glfw - glew - osmesa part 1\n"
1818
apt-get install -y libglvnd0 libgl1 libglx0 libegl1 libgles2 xvfb
1919

20-
#printf "* Installing glfw - glew - osmesa part 2\n"
21-
#apt-get install -y libglfw3 libgl1-mesa-glx libosmesa6 libglew-dev libsdl2-dev libsdl2-2.0-0
22-
20+
printf "* Installing glfw - glew - osmesa part 2\n"
21+
apt-get install -y libglfw3 libgl1-mesa-glx libosmesa6 libglew-dev libsdl2-dev libsdl2-2.0-0 libegl-dev libx11-dev
22+
#
2323
if [ "${CU_VERSION:-}" == cpu ] ; then
2424
# solves version `GLIBCXX_3.4.29' not found for tensorboard
2525
# apt-get install -y gcc-4.9

0 commit comments

Comments
 (0)