Skip to content

Commit

Permalink
DO NOT COMMIT add tmate to clang to debug not finding libunwind8
Browse files Browse the repository at this point in the history
  • Loading branch information
derekbruening committed Jan 13, 2024
1 parent df01a21 commit 3612164
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3612164

Please sign in to comment.