Skip to content

Commit a9789a4

Browse files
committed
github actions: build - fix source folder ref
1 parent 1dbcbc9 commit a9789a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
run: |
157157
mkdir bin
158158
cd bin
159-
cmake -B . -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{env.OPENIA_CMAKE_OPTIONS}} -DITK_DIR=${{github.workspace}}/itk-${{ env.ITK_VERSION }}/lib/cmake/ITK-${{ env.ITK_SHORTVER }} .
159+
cmake -B . -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{env.OPENIA_CMAKE_OPTIONS}} -DITK_DIR=${{github.workspace}}/itk-${{ env.ITK_VERSION }}/lib/cmake/ITK-${{ env.ITK_SHORTVER }} ..
160160
cmake --build . --config ${{env.BUILD_TYPE}} -j 4
161161
cmake --install . --config ${{env.BUILD_TYPE}} --prefix ${{github.workspace}}/install
162162

0 commit comments

Comments
 (0)