Update dmd to latest version (b02f7183804f583776db69c1d8b355671e306216) (#138)

* Disable macOS debug session

* Update dmd to latest version (b02f7183804f583776db69c1d8b355671e306216)
This commit is contained in:
Vladiwostok 2024-08-06 11:50:57 +03:00 committed by Vladiwostok
parent cba48fc323
commit c469a9cd01
3 changed files with 5 additions and 5 deletions

View file

@ -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

2
dmd

@ -1 +1 @@
Subproject commit 02d6d07a69280f8cc88380a682717bb67ca485fb
Subproject commit b02f7183804f583776db69c1d8b355671e306216

View file

@ -18,7 +18,7 @@
"libddoc": "~>0.8.0",
"dmd": {
"repository": "git+https://github.com/dlang/dmd.git",
"version": "02d6d07a69280f8cc88380a682717bb67ca485fb"
"version": "b02f7183804f583776db69c1d8b355671e306216"
}
},
"targetPath" : "bin",