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