Skip to content

Commit 831891f

Browse files
committed
Did not get the TLD domain change applied everywhere
1 parent 0b572dc commit 831891f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-vtk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
python -V
9494
pip install --upgrade setuptools
9595
mkdir -p ./vtk/build
96-
curl -L -O https://www.vtk.org/files/release/9.2/VTK-9.2.6.tar.gz # Update this for newer releases of VTK
96+
curl -L -O https://vtk.org/files/release/9.2/VTK-9.2.6.tar.gz # Update this for newer releases of VTK
9797
tar -zxf VTK-9.2.6.tar.gz --directory ./vtk/
9898
cd ./vtk/build
9999
cmake -GNinja -DVTK_WHEEL_BUILD=ON -DVTK_WRAP_PYTHON=ON -DCMAKE_BUILD_TYPE=Release ../VTK-9.2.6
@@ -110,7 +110,7 @@ jobs:
110110
cl
111111
pip install --upgrade setuptools
112112
mkdir vtk\build
113-
curl -L -O https://www.vtk.org/files/release/9.2/VTK-9.2.6.tar.gz
113+
curl -L -O https://vtk.org/files/release/9.2/VTK-9.2.6.tar.gz
114114
tar -zxf VTK-9.2.6.tar.gz --directory vtk\
115115
cd vtk\build
116116
cmake -GNinja -DVTK_WHEEL_BUILD=ON -DVTK_WRAP_PYTHON=ON -DCMAKE_BUILD_TYPE=Release ..\VTK-9.2.6

0 commit comments

Comments
 (0)