chore(CI): add DIAGNOSTIC=1 when build windows

This commit is contained in:
zhanghongtong 2021-06-23 20:14:47 +08:00 committed by Rory Z
parent f17962e79a
commit 8ad42cb827
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ jobs:
- name: build
env:
PYTHON: python
DIAGNOSTIC: 1
run: |
$env:PATH = "${{ steps.install_erlang.outputs.erlpath }}\bin;$env:PATH"