File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments