We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae1ce7 commit 7684263Copy full SHA for 7684263
.github/workflows/build.yml
@@ -149,7 +149,7 @@ jobs:
149
shell: bash
150
run: |
151
cmake -B ${{env.OPENIA_BIN_DIR}} -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{env.OPENIA_CMAKE_OPTIONS}} -DITK_DIR=${{github.workspace}}/itk-5.4.0/lib/cmake/ITK-5.4 .
152
- cmake --build ${{env.OPENIA_BIN_DIR}} -- --config ${{env.BUILD_TYPE}} -j 4
+ cmake --build ${{env.OPENIA_BIN_DIR}} --config ${{env.BUILD_TYPE}} -j 4
153
cmake --install ${{env.OPENIA_BIN_DIR}} --config ${{env.BUILD_TYPE}} --prefix ${{github.workspace}}/install
154
155
- name: Create zip archive
0 commit comments