Skip to content

Commit

Permalink
Fix CI-- enable debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Herstine committed Sep 16, 2023
1 parent 4a9831b commit 9d67889
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,10 @@ jobs:
otool -L .libs/unit
.libs/unit --help
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: matrix.os == 'ubuntu-22.04' && matrix.boost == 'oldest'

- name: Test scribbu (Ubuntu, oldest)
if: matrix.os == 'ubuntu-22.04' && matrix.boost == 'oldest'
shell: bash
Expand Down

0 comments on commit 9d67889

Please sign in to comment.