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

This commit is contained in:
zhanghongtong 2021-06-23 20:14:47 +08:00
parent e4cb11fb43
commit 1ecd0a54b9
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"