From 026eb8bef132b30c09c333631f8ca5d925a223b7 Mon Sep 17 00:00:00 2001 From: Vladiwostok <55026261+Vladiwostok@users.noreply.github.com> Date: Tue, 6 Aug 2024 11:50:57 +0300 Subject: [PATCH] Update dmd to latest version (b02f7183804f583776db69c1d8b355671e306216) (#138) * Disable macOS debug session * Update dmd to latest version (b02f7183804f583776db69c1d8b355671e306216) --- .github/workflows/default.yml | 6 +++--- dmd | 2 +- dub.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 6cc7b31..413eaa7 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 89c4dc3..2a57878 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",