From 2c26a33214b29b0fcab22d2165481581c5945cc1 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Thu, 21 Nov 2024 11:10:24 +0100 Subject: [PATCH] TEMP: Use tmate action in tsan workflow --- .github/workflows/linux_tsan.yml | 4 ++++ 1 file changed, 4 insertions(+) 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