[TEMP] Enable debug ssh
This commit is contained in:
parent
a94464213f
commit
5b2dc84027
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue