diff --git a/.github/workflows/linux_tsan.yml b/.github/workflows/linux_tsan.yml index b4a702102..cdf87c1ed 100644 --- a/.github/workflows/linux_tsan.yml +++ b/.github/workflows/linux_tsan.yml @@ -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