From 9d67889918ce4897353f7d143a919b3006336df7 Mon Sep 17 00:00:00 2001 From: Michael Herstine Date: Sat, 16 Sep 2023 15:59:21 -0400 Subject: [PATCH] Fix CI-- enable debugging --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f99d04..06c74ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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