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