Skip to content

Commit b74ede7

Browse files
committed
github actions: build - Fix yaml syntax errors
1 parent 3909e80 commit b74ede7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
key: ${{ runner.os }}-qt${{env.QT_VERSION}}-vtk-9.4.1
6868

6969
- if: ${{ ( runner.os == 'Linux' && steps.cache-vtk.outputs.cache-hit != 'true' ) }}
70-
- name: VTK install prerequisites (Linux)
70+
name: VTK install prerequisites (Linux)
7171
run: |
7272
sudo apt update && sudo apt install libopengl-dev libglx-dev libglw-dev
7373
@@ -110,10 +110,10 @@ jobs:
110110
cd ../..
111111
rm -r itk
112112
113-
- name: Install npm
114-
uses: actions/setup-node@v4
115-
with:
116-
node-version: 18
113+
- name: Install npm
114+
uses: actions/setup-node@v4
115+
with:
116+
node-version: 18
117117

118118
##################################################################
119119
# open_iA

0 commit comments

Comments
 (0)