diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index a32e8e2..4eecab8 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -107,9 +107,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 == 'macos-latest'}} +# uses: lhotari/action-upterm@v1 # Compile D-Scanner and execute all tests without dub - name: Build and test without dub diff --git a/dmd b/dmd index 02d6d07..b02f718 160000 --- a/dmd +++ b/dmd @@ -1 +1 @@ -Subproject commit 02d6d07a69280f8cc88380a682717bb67ca485fb +Subproject commit b02f7183804f583776db69c1d8b355671e306216 diff --git a/dub.json b/dub.json index 2e61303..a2ff374 100644 --- a/dub.json +++ b/dub.json @@ -18,7 +18,7 @@ "libddoc": "~>0.8.0", "dmd": { "repository": "git+https://github.com/dlang/dmd.git", - "version": "02d6d07a69280f8cc88380a682717bb67ca485fb" + "version": "b02f7183804f583776db69c1d8b355671e306216" } }, "targetPath" : "bin",