diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a48001e7..f149718e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -216,10 +216,6 @@ jobs: ${{ runner.os == 'Windows' && format('CURL_LIBRARY={0}/vcpkg/installed/x64-windows-release/lib/libcurl.lib', github.workspace) || '' }} ${{ runner.os == 'Windows' && format('CURL_INCLUDE_DIR={0}/vcpkg/installed/x64-windows-release/include', github.workspace) || '' }} - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} - # Build ITK-SNAP using CDash - name: Build and Test ITK-SNAP working-directory: ${{github.workspace}}/itksnap/build @@ -243,6 +239,10 @@ jobs: run: | cmake --build -t package + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} +