Update doc-and-test.yml

This commit is contained in:
Yifan Wu 2025-02-11 23:10:55 +08:00
parent 6699e80a30
commit 123595601d

View file

@ -49,7 +49,10 @@ jobs:
- name: Install QEMU
run: |
sudo apt-get update
sudo apt-get install ninja-build -y
sudo apt-get install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev \
gawk build-essential bison flex texinfo gperf libtool patchutils bc \
zlib1g-dev libexpat-dev pkg-config libglib2.0-dev libpixman-1-dev libsdl2-dev libslirp-dev \
python3 python3-pip ninja-build -y
if [ ! -d qemu-7.0.0 ]; then
wget https://download.qemu.org/qemu-7.0.0.tar.xz
tar -xf qemu-7.0.0.tar.xz