Skip to content

Commit 0f6fc08

Browse files
committed
install missing lib
1 parent 37308a9 commit 0f6fc08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

livekit-rtc/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ manylinux-s390x-image = "manylinux_2_28"
2020
manylinux-pypy_x86_64-image = "manylinux_2_28"
2121
manylinux-pypy_i686-image = "manylinux_2_28"
2222
manylinux-pypy_aarch64-image = "manylinux_2_28"
23+
24+
[tool.cibuildwheel.linux]
25+
before-all = "yum install -y libXrandr libXrandr-devel"

0 commit comments

Comments
 (0)