Skip to content

Commit 1878fa7

Browse files
committed
github actions: build - comment out failing install to finally create vtk/itk caches
1 parent cf70384 commit 1878fa7

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,13 @@ jobs:
168168
cd bin
169169
cmake -B . -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{env.OPENIA_CMAKE_OPTIONS}} -DITK_DIR=${{env.ITK_DIR}} ..
170170
cmake --build . --config ${{env.BUILD_TYPE}} -j 4
171-
cmake --install . --config ${{env.BUILD_TYPE}} --prefix ${{github.workspace}}/install
172-
173-
- name: Create zip archive
174-
uses: actions/upload-artifact@v4
175-
with:
176-
name: open_iA-${{runner.os}}-latest.zip
177-
path: ${{github.workspace}}/install
178-
if-no-files-found: error
179-
overwrite: true
171+
# cmake --install . --config ${{env.BUILD_TYPE}} --prefix ${{github.workspace}}/install
172+
#
173+
# - name: Create zip archive
174+
# uses: actions/upload-artifact@v4
175+
# with:
176+
# name: open_iA-${{runner.os}}-latest.zip
177+
# path: ${{github.workspace}}/install
178+
# if-no-files-found: error
179+
# overwrite: true
180+
#

0 commit comments

Comments
 (0)