Skip to content

Commit 5f5426c

Browse files
authored
githhub actions: CodeQL - fix prerequisite installation (npm)
1 parent a05fe63 commit 5f5426c

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
@@ -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'

0 commit comments

Comments
 (0)