Skip to content

Commit 0b572dc

Browse files
committed
The VTK team apparently changed their TLD settings
1 parent c79015f commit 0b572dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-vtk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
python -V
7777
pip install --upgrade setuptools
7878
mkdir -p ./vtk/build
79-
curl -L -O https://www.vtk.org/files/release/9.2/VTK-9.2.6.tar.gz # Update this for newer releases of VTK
79+
curl -L -O https://vtk.org/files/release/9.2/VTK-9.2.6.tar.gz # Update this for newer releases of VTK
8080
tar -zxf VTK-9.2.6.tar.gz --directory ./vtk/
8181
cd ./vtk/build
8282
cmake -GNinja -DVTK_WHEEL_BUILD=ON -DVTK_WRAP_PYTHON=ON -DCMAKE_BUILD_TYPE=Release ../VTK-9.2.6

0 commit comments

Comments
 (0)