Skip to content

Commit

Permalink
Hmm. Simplify to try and get the tmate session to trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Jul 10, 2024
1 parent 53c6528 commit 561eab1
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/linux_interactive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,7 @@

name: BRL-CAD Linux Interactive Debugging

on:
workflow_dispatch:
inputs:
debug_enabled:
type: boolean
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
required: false
default: false
on: [workflow_dispatch]

jobs:

Expand Down Expand Up @@ -58,14 +51,6 @@ jobs:
export PATH=$ENV{GITHUB_WORKSPACE}:$PATH
cmake -S . -G Ninja -B build -DENABLE_ALL=ON -DGIT_SHALLOW_CLONE=ON -DCMAKE_BUILD_TYPE=Debug
- name: Build
run: |
export PATH=$ENV{GITHUB_WORKSPACE}:$PATH
cd build && ninja -j2 -v
- name: Debugging - tmate session
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true

0 comments on commit 561eab1

Please sign in to comment.