Skip to content

Commit 021625f

Browse files
authored
Update doc-and-test.yml
1 parent 4e6b4a0 commit 021625f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install QEMU
5050
run: |
5151
sudo apt-get update
52-
sudo apt-get install ninja-build -y
52+
sudo apt-get install ninja-build libglib2.0-dev -y
5353
if [ ! -d qemu-7.0.0 ]; then
5454
wget https://download.qemu.org/qemu-7.0.0.tar.xz
5555
tar -xf qemu-7.0.0.tar.xz

0 commit comments

Comments
 (0)