Skip to content

Commit 520030a

Browse files
committed
Noob mistake with bash test characters
1 parent f75c550 commit 520030a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-vtk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
pip3 install --upgrade setuptools
4646
mkdir -p ./vtk/build
47-
if [ "$RUNNER_OS" == "Windows"]; then
47+
if [ "$RUNNER_OS" == "Windows" ]; then
4848
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
4949
else
5050
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

Comments
 (0)