Skip to content

Commit fe01cec

Browse files
committed
Disable VTK support in Ubuntu build workflow
1 parent 889da77 commit fe01cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-multiconfig-ubuntu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
-D USE_FREEIMAGE=ON \
128128
-D USE_GLES2=ON \
129129
-D USE_OPENVR=ON \
130-
-D USE_VTK=ON \
130+
-D USE_VTK=OFF \
131131
-D USE_TBB=ON \
132132
-D USE_RAPIDJSON=ON \
133133
-D USE_OPENGL=ON \

0 commit comments

Comments
 (0)