Skip to content

Commit

Permalink
Still trying to see if redirects are the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Jun 14, 2024
1 parent b368f8f commit 7a5ffed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-vtk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ jobs:
run: |
pip3 install --upgrade setuptools
mkdir -p ./vtk/build
curl https://www.vtk.org/files/release/9.2/VTK-9.2.6.tar.gz --output VTK-9.2.6.tar.gz # Update this for newer releases of VTK
curl -L https://www.vtk.org/files/release/9.2/VTK-9.2.6.tar.gz --output VTK-9.2.6.tar.gz # Update this for newer releases of VTK
ls
ls ./vtk
cat VTK-9.2.6.tar.gz
tar -zxf VTK-9.2.6.tar.gz --directory ./vtk/
cd ./vtk/build
cmake -GNinja -DVTK_WHEEL_BUILD=ON -DVTK_WRAP_PYTHON=ON -DCMAKE_BUILD_TYPE=Release ../VTK-9.2.6
Expand Down

0 comments on commit 7a5ffed

Please sign in to comment.