Skip to content

Commit

Permalink
Trying to figure out why bitsadmin keeps saying the command is invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Jun 14, 2024
1 parent 26263cd commit 19bbfa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-vtk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
pip3 install --upgrade setuptools
mkdir -p ./vtk/build
if [ "$RUNNER_OS" == "Windows" ]; then
bitsadmin /util /help
bitsadmin \/util \/help
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
Expand Down

2 comments on commit 19bbfa9

@jdegenstein
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it worth trying to use curl instead of wget/bitsadmin which should be available in git bash and probably on all platforms?

@jmwright
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jdegenstein Thanks, I'm trying that now.

Please sign in to comment.