Skip to content

Commit

Permalink
TEMP: Use tmate action in tsan workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Nov 21, 2024
1 parent c6a863f commit 2c26a33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux_tsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
detached: true
- name: Update apt repositories for ccache
run: apt update
- name: Setup ccache
Expand Down

0 comments on commit 2c26a33

Please sign in to comment.