From 3612164e79aa03996796d2c28af2ff0a63221800 Mon Sep 17 00:00:00 2001 From: Derek Bruening Date: Sat, 13 Jan 2024 16:09:12 -0500 Subject: [PATCH] DO NOT COMMIT add tmate to clang to debug not finding libunwind8 --- .github/workflows/ci-clang.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-clang.yml b/.github/workflows/ci-clang.yml index f3d048c7..2dd64ce0 100644 --- a/.github/workflows/ci-clang.yml +++ b/.github/workflows/ci-clang.yml @@ -84,3 +84,7 @@ jobs: - name: Run Suite working-directory: ${{ github.workspace }} run: ./tests/runsuite_wrapper.pl travis + + - name: Setup tmate session + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3