From dd8cf5aa5106a06e9c2da8bf5987a2a2dcc204c6 Mon Sep 17 00:00:00 2001 From: Vladiwostok Date: Mon, 17 Mar 2025 21:05:10 +0200 Subject: [PATCH] [TEMP] Enable debug ssh --- .github/workflows/default.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index e2ff8ce..f0fc196 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -88,8 +88,8 @@ jobs: fetch-depth: 0 # Uncomment to get a ssh connection inside the GH Actions runner - #- name: Setup upterm session - # uses: lhotari/action-upterm@v1 + - name: Setup upterm session + uses: lhotari/action-upterm@v1 # Install the host compiler (DMD or LDC) # Also grabs DMD for GDC to include dub + rdmd @@ -106,9 +106,9 @@ jobs: sudo apt-get install gdc-12 -y gdc-12 --version -# - name: Setup upterm session -# if: ${{ matrix.build.type == 'dub' && matrix.host == 'macos-latest'}} -# uses: lhotari/action-upterm@v1 + - name: Setup upterm session + if: ${{ matrix.build.type == 'dub' && matrix.host == 'ubuntu-22.04'}} + uses: lhotari/action-upterm@v1 # Compile D-Scanner and execute all tests without dub - name: Build and test without dub