Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3e23ab7

Browse files
committedFeb 11, 2025·
Update doc-and-test.yml
1 parent 02c99e8 commit 3e23ab7

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)
Please sign in to comment.