Skip to content

Commit 3814305

Browse files
committed
[CI] Fix missing librhash0 in doc CI
ghstack-source-id: ad67306 Pull-Request: #3201
1 parent 471669d commit 3814305

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
yum makecache
4141
# Install Mesa and OpenGL Libraries:
4242
yum install -y glfw mesa-libGL mesa-libGL-devel egl-utils freeglut mesa-libGLU mesa-libEGL python39-pip
43+
yum install epel-release -y # for missing librhash0 when installing tensordict
44+
yum install rhash -y # Provides librhash.so.0 needed by cmake
4345
# Install DRI Drivers:
4446
yum install -y mesa-dri-drivers
4547
# Install Xvfb for Headless Environments:

0 commit comments

Comments
 (0)