We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e6b4a0 commit 021625fCopy full SHA for 021625f
.github/workflows/doc-and-test.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Install QEMU
50
run: |
51
sudo apt-get update
52
- sudo apt-get install ninja-build -y
+ sudo apt-get install ninja-build libglib2.0-dev -y
53
if [ ! -d qemu-7.0.0 ]; then
54
wget https://download.qemu.org/qemu-7.0.0.tar.xz
55
tar -xf qemu-7.0.0.tar.xz
0 commit comments