Skip to content

Commit a6558f5

Browse files
pncclaude
andcommitted
CI: install qemu-utils for qemu-img on Linux
qemu-img is in the qemu-utils package, not qemu-system-x86. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5164ad0 commit a6558f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
sudo apt-get update -qq
3434
sudo apt-get install -y --no-install-recommends \
35-
qemu-system-x86 genisoimage netcat-openbsd
35+
qemu-system-x86 qemu-utils genisoimage netcat-openbsd
3636
3737
- name: Install mitmproxy
3838
run: uv tool install mitmproxy

0 commit comments

Comments
 (0)