mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 13:20:07 +03:00
Update dmd to latest version (b02f7183804f583776db69c1d8b355671e306216) (#138)
* Disable macOS debug session * Update dmd to latest version (b02f7183804f583776db69c1d8b355671e306216)
This commit is contained in:
parent
cba48fc323
commit
c469a9cd01
3 changed files with 5 additions and 5 deletions
6
.github/workflows/default.yml
vendored
6
.github/workflows/default.yml
vendored
|
@ -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
2
dmd
|
@ -1 +1 @@
|
|||
Subproject commit 02d6d07a69280f8cc88380a682717bb67ca485fb
|
||||
Subproject commit b02f7183804f583776db69c1d8b355671e306216
|
2
dub.json
2
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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue