From 9abcd57272e3c138c6bec6d82c525ea5e0e9c106 Mon Sep 17 00:00:00 2001 From: Artha Date: Tue, 24 Sep 2024 16:58:15 +0200 Subject: [PATCH] Setup upterm for debugging --- .github/workflows/d.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/d.yml b/.github/workflows/d.yml index 7ae1e059..cb9c466b 100644 --- a/.github/workflows/d.yml +++ b/.github/workflows/d.yml @@ -21,7 +21,6 @@ jobs: DUB: dub steps: - uses: actions/checkout@v4 - - name: Install D compiler uses: dlang-community/setup-dlang@v2 with: @@ -41,3 +40,9 @@ jobs: - name: Compile tour shell: bash run: $DUB build :tour + + - name: Setup upterm session + uses: lhotari/action-upterm@v1 + with: + limit-access-to-actor: true + if: failure()