ci: choco: prevent log spam

Otherwise we have hundreds of
`Progress: 90% - Saving 171.65 MB of 189.68 MB lines`-style lines.
This commit is contained in:
Philipp Schuster 2026-06-11 09:56:24 +02:00
parent c1f5823801
commit 1fa7bd6700
No known key found for this signature in database

View file

@ -65,7 +65,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Install QEMU
run: choco install qemu --version 2026.5.1
run: choco install qemu --version 2026.5.1 --no-progress --no-color
- name: Checkout sources
uses: actions/checkout@v6
- uses: Swatinem/rust-cache@v2