File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ jobs:
203203 - name : install_deps
204204 run : |
205205 if [ "$RUNNER_OS" == "Linux" ]; then
206- sudo apt-get -q install -y libboost-dev libboost-iostreams-dev libtbb-dev libblosc-dev llvm-dev libgtest-dev libcppunit-dev
206+ sudo apt-get -q install -y libboost-dev libboost-iostreams-dev libtbb-dev libblosc-dev llvm-15- dev libgtest-dev libgmock -dev libcppunit-dev
207207 ./ci/install_nanobind.sh 2.0.0
208208 elif [ "$RUNNER_OS" == "macOS" ]; then
209209 ./ci/install_macos.sh 15
@@ -313,6 +313,7 @@ jobs:
313313 -DOPENVDB_AX_TEST_CMD_DOWNLOADS=ON
314314 -DUSE_EXPLICIT_INSTANTIATION=OFF
315315 -DOPENVDB_CXX_STRICT=ON
316+ -DOPENVDB_BUILD_VDB_TOOL=OFF
316317 \"
317318 - name : clean
318319 if : matrix.config.components == 'core'
@@ -328,6 +329,7 @@ jobs:
328329 -DOPENVDB_AX_TEST_CMD_DOWNLOADS=ON
329330 -DUSE_EXPLICIT_INSTANTIATION=OFF
330331 -DOPENVDB_CXX_STRICT=ON
332+ -DOPENVDB_BUILD_VDB_TOOL=OFF
331333 \"
332334 - name : test
333335 run : cd build && ctest -V
You can’t perform that action at this time.
0 commit comments