We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75c550 commit 520030aCopy full SHA for 520030a
.github/workflows/build-vtk.yml
@@ -44,7 +44,7 @@ jobs:
44
run: |
45
pip3 install --upgrade setuptools
46
mkdir -p ./vtk/build
47
- if [ "$RUNNER_OS" == "Windows"]; then
+ if [ "$RUNNER_OS" == "Windows" ]; then
48
bitsadmin /addfile job1 https://www.vtk.org/files/release/9.2/VTK-9.2.6.tar.gz "${PWD}\\VTK-9.2.6.tar.gz" # Update this for newer releases of VTK
49
else
50
wget https://www.vtk.org/files/release/9.2/VTK-9.2.6.tar.gz # Update this for newer releases of VTK
0 commit comments