ci: use --verbosity normal to show build errors

This commit is contained in:
2026-04-29 21:47:50 +02:00
parent 2b01cf9e75
commit ce9e40d2b6
+1 -1
View File
@@ -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 }} --verbosity minimal run: python build_plugin.py --configs ${{ matrix.config }} --verbosity normal
- name: Collect DLL - name: Collect DLL
shell: pwsh shell: pwsh