From 1b179c005d3451cf3f131e4acd5d46fe2a8518e3 Mon Sep 17 00:00:00 2001 From: Mm2PL Date: Sun, 21 Apr 2024 23:58:37 +0200 Subject: [PATCH] Carefully jam a debug tool into this workflow --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0a7408d22..5582c2d9e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -92,6 +92,11 @@ jobs: name: Chatterino-x86_64-Qt-${{ matrix.qt-version }}.AppImage path: build/Chatterino-x86_64.AppImage + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true + - name: Package - .deb (Ubuntu) if: matrix.build-deb run: |