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
|
|
@ -107,9 +107,9 @@ jobs:
|
||||||
sudo apt-get install gdc-12 -y
|
sudo apt-get install gdc-12 -y
|
||||||
gdc-12 --version
|
gdc-12 --version
|
||||||
|
|
||||||
- name: Setup upterm session
|
# - name: Setup upterm session
|
||||||
if: ${{ matrix.build.type == 'dub' && matrix.host == 'macos-latest'}}
|
# if: ${{ matrix.build.type == 'dub' && matrix.host == 'macos-latest'}}
|
||||||
uses: lhotari/action-upterm@v1
|
# uses: lhotari/action-upterm@v1
|
||||||
|
|
||||||
# Compile D-Scanner and execute all tests without dub
|
# Compile D-Scanner and execute all tests without dub
|
||||||
- name: Build and test 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",
|
"libddoc": "~>0.8.0",
|
||||||
"dmd": {
|
"dmd": {
|
||||||
"repository": "git+https://github.com/dlang/dmd.git",
|
"repository": "git+https://github.com/dlang/dmd.git",
|
||||||
"version": "02d6d07a69280f8cc88380a682717bb67ca485fb"
|
"version": "b02f7183804f583776db69c1d8b355671e306216"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"targetPath" : "bin",
|
"targetPath" : "bin",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue