ci: use --verbosity normal to show build errors
This commit is contained in:
@@ -52,7 +52,7 @@ jobs:
|
||||
"version=$v" | Out-File -FilePath $env:GITHUB_OUTPUT -Append
|
||||
|
||||
- name: Build ${{ matrix.config }}
|
||||
run: python build_plugin.py --configs ${{ matrix.config }} --verbosity minimal
|
||||
run: python build_plugin.py --configs ${{ matrix.config }} --verbosity normal
|
||||
|
||||
- name: Collect DLL
|
||||
shell: pwsh
|
||||
|
||||
Reference in New Issue
Block a user