Skip to content

Commit e46f679

Browse files
committed
glfw?
1 parent 07abc81 commit e46f679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
CIBW_SKIP: pp* *-win32
1111
CIBW_TEST_REQUIRES: pytest numpy
1212
CIBW_TEST_COMMAND: pytest -v {project}/tests
13-
CIBW_BEFORE_BUILD_LINUX: "yum install -y cmake glfw-devel wget; pip install cython; bash {project}/ci/embree3.bash"
13+
CIBW_BEFORE_BUILD_LINUX: "yum install -y cmake wget; pip install cython; bash {project}/ci/embree3.bash"
1414
CIBW_REPAIR_WHEEL_COMMAND_LINUX: "LD_LIBRARY_PATH=/root/embree/lib; auditwheel repair -w {dest_dir} {wheel}"
1515
strategy:
1616
matrix:

0 commit comments

Comments
 (0)