Skip to content

Commit b621555

Browse files
committed
Merge remote-tracking branch 'github/develop' into develop
2 parents 8388353 + 5f5426c commit b621555

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,12 @@ jobs:
127127
128128
- if: matrix.build-mode == 'manual'
129129
name: open_iA install dependencies
130-
run: sudo apt update && sudo apt install boost-devel nodejs-npm
130+
run: sudo apt update && sudo apt install npm
131131
# vtk dependencies (again to be installed, when we make vtk a cached thing): libopenmpi-dev libopengl-dev libglx-dev libglw-dev
132-
# VR: openvr-devel openxr-devel
133-
# OpenCL: ocl-icd-devel opencl-headers
134-
# clang: clang libomp-devel
132+
# dependencies stated in superbuild: libgl1-mesa-dev libxt-dev libxt-dev libxcursor-dev libsdl2-dev
133+
# VR: libboost-dev libopenvr-dev libopenxr-dev
134+
# OpenCL: ocl-icd-opencl-dev opencl-headers opencl-clhpp-headers
135+
# clang: clang libomp-dev
135136
# if: runner.os == 'Linux' only runs on ubuntu currently anyway
136137

137138
- if: matrix.build-mode == 'manual'

0 commit comments

Comments
 (0)