Skip to content

Commit

Permalink
download seabios
Browse files Browse the repository at this point in the history
  • Loading branch information
ken4647 committed Jun 26, 2024
1 parent 301bb33 commit 3155159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions/setup-qemu/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
PREFIX: ${{ github.workspace }}/qemu_build
shell: bash
run: |
sudo apt-get update && sudo apt-get install -y ninja-build libcap-ng-dev libattr1-dev
sudo apt-get update && sudo apt-get install -y ninja-build libcap-ng-dev libattr1-dev seabios
wget https://download.qemu.org/$QEMU_PATH.tar.xz && tar -xJf $QEMU_PATH.tar.xz
cd $QEMU_PATH \
&& ./configure --prefix=$PREFIX --target-list=x86_64-softmmu,riscv64-softmmu,aarch64-softmmu --enable-virtfs -L /usr/share/qemu/ -L /usr/share/seabios -L /usr/lib/ipxe/qemu/\
Expand Down

0 comments on commit 3155159

Please sign in to comment.