Update doc-and-test.yml
This commit is contained in:
parent
6699e80a30
commit
123595601d
1 changed files with 4 additions and 1 deletions
5
.github/workflows/doc-and-test.yml
vendored
5
.github/workflows/doc-and-test.yml
vendored
|
@ -49,7 +49,10 @@ jobs:
|
||||||
- name: Install QEMU
|
- name: Install QEMU
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
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
|
if [ ! -d qemu-7.0.0 ]; then
|
||||||
wget https://download.qemu.org/qemu-7.0.0.tar.xz
|
wget https://download.qemu.org/qemu-7.0.0.tar.xz
|
||||||
tar -xf qemu-7.0.0.tar.xz
|
tar -xf qemu-7.0.0.tar.xz
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue