Skip to content

Commit

Permalink
Still working on getting bitsadmin going
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Jun 14, 2024
1 parent ae5f6a7 commit 26263cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-vtk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
pip3 install --upgrade setuptools
mkdir -p ./vtk/build
if [ "$RUNNER_OS" == "Windows" ]; then
bitsadmin /transfer myDownloadJob /download /priority normal https://www.vtk.org/files/release/9.2/VTK-9.2.6.tar.gz D:/a/ocp-build-system/ocp-build-system/vtk/VTK-9.2.6.tar.gz # Update this for newer releases of VTK
bitsadmin /addfile myDownloadJob https://www.vtk.org/files/release/9.2/VTK-9.2.6.tar.gz D:\a\ocp-build-system\ocp-build-system\vtk\VTK-9.2.6.tar.gz
else
wget https://www.vtk.org/files/release/9.2/VTK-9.2.6.tar.gz # Update this for newer releases of VTK
fi
Expand Down

0 comments on commit 26263cd

Please sign in to comment.