Skip to content

Commit dd8cf5a

Browse files
committed
[TEMP] Enable debug ssh
1 parent 29bbe35 commit dd8cf5a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/default.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ jobs:
8888
fetch-depth: 0
8989

9090
# Uncomment to get a ssh connection inside the GH Actions runner
91-
#- name: Setup upterm session
92-
# uses: lhotari/action-upterm@v1
91+
- name: Setup upterm session
92+
uses: lhotari/action-upterm@v1
9393

9494
# Install the host compiler (DMD or LDC)
9595
# Also grabs DMD for GDC to include dub + rdmd
@@ -106,9 +106,9 @@ jobs:
106106
sudo apt-get install gdc-12 -y
107107
gdc-12 --version
108108
109-
# - name: Setup upterm session
110-
# if: ${{ matrix.build.type == 'dub' && matrix.host == 'macos-latest'}}
111-
# uses: lhotari/action-upterm@v1
109+
- name: Setup upterm session
110+
if: ${{ matrix.build.type == 'dub' && matrix.host == 'ubuntu-22.04'}}
111+
uses: lhotari/action-upterm@v1
112112

113113
# Compile D-Scanner and execute all tests without dub
114114
- name: Build and test without dub

0 commit comments

Comments
 (0)