diff --git a/.github/workflows/build-mudlet.yml b/.github/workflows/build-mudlet.yml index a2243a3f57c..ef9c8e88fa1 100644 --- a/.github/workflows/build-mudlet.yml +++ b/.github/workflows/build-mudlet.yml @@ -60,6 +60,8 @@ jobs: - name: Setup tmate session if: matrix.os == 'windows-2019' uses: mxschmitt/action-tmate@v3 + with: + detached: true - name: (Windows 64) Setup MSYS2 if: matrix.buildname == 'windows64'