We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3909e80 commit b74ede7Copy full SHA for b74ede7
.github/workflows/build.yml
@@ -67,7 +67,7 @@ jobs:
67
key: ${{ runner.os }}-qt${{env.QT_VERSION}}-vtk-9.4.1
68
69
- if: ${{ ( runner.os == 'Linux' && steps.cache-vtk.outputs.cache-hit != 'true' ) }}
70
- - name: VTK install prerequisites (Linux)
+ name: VTK install prerequisites (Linux)
71
run: |
72
sudo apt update && sudo apt install libopengl-dev libglx-dev libglw-dev
73
@@ -110,10 +110,10 @@ jobs:
110
cd ../..
111
rm -r itk
112
113
- - name: Install npm
114
- uses: actions/setup-node@v4
115
- with:
116
- node-version: 18
+ - name: Install npm
+ uses: actions/setup-node@v4
+ with:
+ node-version: 18
117
118
##################################################################
119
# open_iA
0 commit comments