Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-panda committed Feb 2, 2024
1 parent 7012539 commit 8a11db8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
cling: On
cling-version: '1.0'
cppyy: On
debug: On
#Commented out until Ubuntu on arm Github runner becomes available
#os key to be replaced once known
#- name: ubu22-arm-gcc12-clang-repl-17
Expand Down Expand Up @@ -807,7 +808,7 @@ jobs:
echo $GITHUB_ENV
- name: Setup tmate session
if: ${{ failure() && runner.debug }}
if: ${{ runner.debug }}
uses: mxschmitt/action-tmate@v3
# When debugging increase to a suitable value!
timeout-minutes: 30

0 comments on commit 8a11db8

Please sign in to comment.