Skip to content

Commit e56acba

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 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, latest ]
18+
version: [ v9.0.3, v9.1.0, v9.2.6 ]
1919
container: kitware/vtk-for-ci:${{ matrix.version }}
2020

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

3434
- name: Configure
3535
working-directory: ${{github.workspace}}/build
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
36+
run: cmake -DCMAKE_PREFIX_PATH=/opt/vtk/install/ -DBUILD_TESTING=ON -DCMAKE_BUILD_TYPE=Release ../source
3737

3838
- name: Build
3939
working-directory: ${{github.workspace}}/build

0 commit comments

Comments
 (0)