[TEMP] Enable debug ssh
This commit is contained in:
parent
a94464213f
commit
5b2dc84027
|
|
@ -88,8 +88,8 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
# Uncomment to get a ssh connection inside the GH Actions runner
|
# Uncomment to get a ssh connection inside the GH Actions runner
|
||||||
#- name: Setup upterm session
|
- name: Setup upterm session
|
||||||
# uses: lhotari/action-upterm@v1
|
uses: lhotari/action-upterm@v1
|
||||||
|
|
||||||
# Install the host compiler (DMD or LDC)
|
# Install the host compiler (DMD or LDC)
|
||||||
# Also grabs DMD for GDC to include dub + rdmd
|
# Also grabs DMD for GDC to include dub + rdmd
|
||||||
|
|
@ -106,9 +106,9 @@ jobs:
|
||||||
sudo apt-get install gdc-12 -y
|
sudo apt-get install gdc-12 -y
|
||||||
gdc-12 --version
|
gdc-12 --version
|
||||||
|
|
||||||
# - name: Setup upterm session
|
- name: Setup upterm session
|
||||||
# if: ${{ matrix.build.type == 'dub' && matrix.host == 'macos-latest'}}
|
if: ${{ matrix.build.type == 'dub' && matrix.host == 'ubuntu-22.04'}}
|
||||||
# uses: lhotari/action-upterm@v1
|
uses: lhotari/action-upterm@v1
|
||||||
|
|
||||||
# Compile D-Scanner and execute all tests without dub
|
# Compile D-Scanner and execute all tests without dub
|
||||||
- name: Build and test without dub
|
- name: Build and test without dub
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue