Skip to content

Commit

Permalink
add tmate action
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Jan 27, 2025
1 parent d71de28 commit 9aef394
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
env:
NOXSESSION: ${{ matrix.PYTHON.NOXSESSION }}
CARGO_TARGET_DIR: ${{ format('{0}/src/_bcrypt/target/', github.workspace) }}
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ failure() }}

windows:
runs-on: windows-latest
Expand Down

0 comments on commit 9aef394

Please sign in to comment.