From bc7af15c64d439a2a7f56a496cd60f30e0574ad0 Mon Sep 17 00:00:00 2001 From: Paul Yushkevich Date: Sun, 29 Sep 2024 14:47:57 -0400 Subject: [PATCH] Update build.yml - itksnap --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 070f2c97..8201aede 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -112,10 +112,6 @@ 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 @@ -123,6 +119,10 @@ jobs: 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/cmake-action@v2.0.0