File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -137,11 +137,12 @@ jobs:
137137
138138 - if : matrix.build-mode == 'manual'
139139 name : open_iA install dependencies
140- run : sudo apt update && sudo apt install boost-devel nodejs- npm
140+ run : sudo apt update && sudo apt install npm
141141 # vtk dependencies (again to be installed, when we make vtk a cached thing): libopenmpi-dev libopengl-dev libglx-dev libglw-dev
142- # VR: openvr-devel openxr-devel
143- # OpenCL: ocl-icd-devel opencl-headers
144- # clang: clang libomp-devel
142+ # dependencies stated in superbuild: libgl1-mesa-dev libxt-dev libxt-dev libxcursor-dev libsdl2-dev
143+ # VR: libboost-dev libopenvr-dev libopenxr-dev
144+ # OpenCL: ocl-icd-opencl-dev opencl-headers opencl-clhpp-headers
145+ # clang: clang libomp-dev
145146 # if: runner.os == 'Linux' only runs on ubuntu currently anyway
146147
147148 - if : matrix.build-mode == 'manual'
You can’t perform that action at this time.
0 commit comments