File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8787 export ITKPYTHONPACKAGE_TAG=${{ inputs.itk-python-package-tag }}
8888 export ITKPYTHONPACKAGE_ORG=${{ inputs.itk-python-package-org }}
8989 export ITK_MODULE_PREQ=${{ inputs.itk-module-deps }}
90- if [ -z ${{ inputs.cmake-options }}]; then
90+ if [ -z ${{ inputs.cmake-options }} ]; then
9191 CMAKE_OPTIONS=""
9292 else
9393 CMAKE_OPTIONS="--cmake_options ${{ inputs.cmake-options }}"
@@ -164,7 +164,7 @@ jobs:
164164 export ITKPYTHONPACKAGE_ORG=${{ inputs.itk-python-package-org }}
165165 export ITK_MODULE_PREQ=${{ inputs.itk-module-deps }}
166166 export MACOSX_DEPLOYMENT_TARGET=10.9
167- if [ -z ${{ inputs.cmake-options }}]; then
167+ if [ -z ${{ inputs.cmake-options }} ]; then
168168 CMAKE_OPTIONS=""
169169 else
170170 CMAKE_OPTIONS="--cmake_options ${{ inputs.cmake-options }}"
You can’t perform that action at this time.
0 commit comments