mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
Bump host compiler for Azure Win64
Current master seems to trigger an already fixed bug in the host compiler. (Obviously not an ideal solution, just trying to unblock the CI for now. We can always revert this later)
This commit is contained in:
parent
457710b09c
commit
ae95799c08
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ jobs:
|
|||
vmImage: 'vs2017-win2016'
|
||||
variables:
|
||||
VSINSTALLDIR: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\
|
||||
HOST_DMD_VERSION: 2.084.1
|
||||
HOST_DMD_VERSION: 2.092.1
|
||||
strategy:
|
||||
matrix:
|
||||
x64:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue