mirror of
https://github.com/rust-osdev/uefi-rs
synced 2026-08-26 18:26:05 -04:00
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:
parent
c1f5823801
commit
1fa7bd6700
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue