Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pyushkevich authored Oct 4, 2024
1 parent 0b5685b commit 5d9d5ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,11 @@ jobs:
path: ${{github.workspace}}/itksnap
key: ${{ matrix.os }}-itksnap-${{ github.ref }}

# Package ITK-SNAP
- name: Package ITK-SNAP
working-directory: ${{github.workspace}}/itksnap/build
run: |
cmake --build -t package


Expand Down

0 comments on commit 5d9d5ff

Please sign in to comment.