Skip to content

Commit

Permalink
Update doc-and-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfcyx committed Feb 11, 2025
1 parent 92627df commit 63e52c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/doc-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63e52c0

Please sign in to comment.