Skip to content

Commit 81002a8

Browse files
committed
Update doc-and-test.yml
1 parent 81f9e8b commit 81002a8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ 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 autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev \
53+
gawk build-essential bison flex texinfo gperf libtool patchutils bc \
54+
zlib1g-dev libexpat-dev pkg-config libglib2.0-dev libpixman-1-dev libsdl2-dev libslirp-dev \
55+
python3 python3-pip ninja-build -y
5356
if [ ! -d qemu-7.0.0 ]; then
5457
wget https://download.qemu.org/qemu-7.0.0.tar.xz
5558
tar -xf qemu-7.0.0.tar.xz

0 commit comments

Comments
 (0)