Skip to content

Commit

Permalink
Update build.yml - itksnap
Browse files Browse the repository at this point in the history
  • Loading branch information
pyushkevich authored Sep 29, 2024
1 parent 93873bd commit bc7af15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,17 @@ jobs:
Module_MorphologicalContourInterpolation:BOOL=TRUE
CMAKE_INSTALL_PREFIX=${{github.workspace}}/itk/install
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}

# Checkout ITK-SNAP code
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: true
path: 'itksnap'

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}

# Build ITK-SNAP
- name: Build ITK-SNAP
uses: threeal/[email protected]
Expand Down

0 comments on commit bc7af15

Please sign in to comment.