Skip to content

Commit 901bb62

Browse files
authored
Update ci.yml
1 parent 9c3c5e4 commit 901bb62

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
version: [ v9.0.3, v9.1.0, v9.2.6, v9.3.1, v9.4.1 ]
18+
version: [ v9.0.3, v9.1.0, v9.2.6, v9.3.1, v9.4.1, latest ]
1919
container: kitware/vtk-for-ci:${{ matrix.version }}
2020

2121
steps:
@@ -33,9 +33,7 @@ jobs:
3333

3434
- name: Configure
3535
working-directory: ${{github.workspace}}/build
36-
run:
37-
export LD_LIBRARY_PATH=/opt/vtk/install/lib/:/opt/catalyst/install/lib/:$LD_LIBRARY_PATH
38-
cmake -DCMAKE_PREFIX_PATH=/opt/vtk/install/ -DBUILD_TESTING=ON -DCMAKE_BUILD_TYPE=Release ../source
36+
run: export LD_LIBRARY_PATH=/opt/vtk/install/lib/:/opt/catalyst/install/lib/:$LD_LIBRARY_PATH && cmake -DCMAKE_PREFIX_PATH=/opt/vtk/install/ -DBUILD_TESTING=ON -DCMAKE_BUILD_TYPE=Release ../source
3937

4038
- name: Build
4139
working-directory: ${{github.workspace}}/build

0 commit comments

Comments
 (0)